ContentDatabaseSection.IncludeFailoverDatabaseServer Property
Gets or sets a value that determines whether the Failover Server section is displayed on the page.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IncludeFailoverDatabaseServer As Boolean
Get
Set
'Usage
Dim instance As ContentDatabaseSection
Dim value As Boolean
value = instance.IncludeFailoverDatabaseServer
instance.IncludeFailoverDatabaseServer = value
public bool IncludeFailoverDatabaseServer { get; set; }
Property Value
Type: System.Boolean
A Boolean object.
Remarks
If set to true, the user can specify a failover server to use in conjunction with SQL Server database mirroring. The default value is true.