IFrontEndServer.IsActive Property

 

Applies To: Windows Server Update Services

Retrieves IsActive status of a front end server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

bool IsActive { get; }
property bool IsActive {
    bool get();
}
abstract IsActive : bool with get
ReadOnly Property IsActive As Boolean

Property Value

Type: System.Boolean

IsActive status of a front end server.

See Also

IFrontEndServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top