IComputerTarget.SyncsFromDownstreamServer Property
Applies To: Windows Server Update Services
Gets whether this computer synchronizes from a downstream server or from the current server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool SyncsFromDownstreamServer { get; }
property bool SyncsFromDownstreamServer {
bool get();
}
abstract SyncsFromDownstreamServer : bool with get
ReadOnly Property SyncsFromDownstreamServer As Boolean
Property Value
Type: System.Boolean
true if this computer synchronizes from a downstream server; false if it synchronizes from the current server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top