Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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