IDownstreamServer.ParentServerId Property

 

Applies To: Windows Server Update Services

Gets or sets the GUID of the upstream WSUS server with which the downstream server last synchronized.

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

Syntax

Guid ParentServerId { get; }
property Guid ParentServerId {
    Guid get();
}
abstract ParentServerId : Guid with get
ReadOnly Property ParentServerId As Guid

Property Value

Type: System.Guid

The GUID of the downstream WSUS server with which the downstream server last synchronized, or an empty GUID if the downstream server synchronizess directly from the current server.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top