ContentDatabaseSection.FailoverServerDescription Property

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.

See Also

Reference

ContentDatabaseSection Class

ContentDatabaseSection Members

Microsoft.SharePoint.WebControls Namespace