IUpdateServerConfiguration.ServerId Property

 

Applies To: Windows Server Update Services

Gets the GUID of the WSUS server.

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

Syntax

Guid ServerId { get; set; }
property Guid ServerId {
    Guid get();
    void set(Guid value);
}
abstract ServerId : Guid with get, set
Property ServerId As Guid

Property Value

Type: System.Guid

The GUID of the WSUS server. WSUS generates the identifier when WSUS is installed.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top