SPDatabase.MultiSubnetFailover property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property MultiSubnetFailover As Boolean
Get
Set
'Uso
Dim instance As SPDatabase
Dim value As Boolean
value = instance.MultiSubnetFailover
instance.MultiSubnetFailover = value
public bool MultiSubnetFailover { get; set; }
Property value
Type: System.Boolean