IFrontEndServer.IsMaster Property
Applies To: Windows Server Update Services
Determines if the front end server is a master server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool IsMaster { get; }
property bool IsMaster {
bool get();
}
abstract IsMaster : bool with get
ReadOnly Property IsMaster As Boolean
Property Value
Type: System.Boolean
True if the front end server is a master server.
False if the front end server is not a master server.
See Also
IFrontEndServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top