IDownstreamServer.IsReplica Property

 

Applies To: Windows Server Update Services

Determines whether the downstream server is a replica server.

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

Syntax

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

Property Value

Type: System.Boolean

true if the downstream server is a replica server, otherwise false.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top