IComputerTarget.ParentServerId Property

 

Applies To: Windows Server Update Services

Get the GUID of the downstream WSUS server from which the client 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 ID of the WSUS server (downstream from the current one) from which the client last synchronized, or an empty GUID if the client synchronizes directly from the current server.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top