Connection.IsMaster Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property IsMaster As Boolean
Get
'Usage
Dim instance As Connection
Dim value As Boolean
value = instance.IsMaster
public bool IsMaster { get; }
Property Value
Type: System.Boolean