IDownstreamServer.SyncsFromDownstreamServer Property

 

Applies To: Windows Server Update Services

Determines whether the downstream server synchronizess from another 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 the downstream server synchronizes from another downstreamserver, false if it synchronizes from this server.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top