Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the description text for the Failover Server option.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FailoverServerDescription As String
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As String
value = instance.FailoverServerDescription
instance.FailoverServerDescription = value
public string FailoverServerDescription { get; set; }
Property Value
Type: System.String
A String object.
Remarks
Use this property to replace the default description for the Failover Server option with a custom description.
Note
The IncludeFailoverDatabaseServer property must be set to true for the description text to be displayed.