IUpdateInstallationInfo.UpdateId Property

 

Applies To: Windows Server Update Services

Gets the ID of the update that this UpdateInstallationInfo object describes.

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

Syntax

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

Property Value

Type: System.Guid

The ID of the update that this UpdateInstallationInfo object describes.

See Also

IUpdateInstallationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top