IUpdate.Id Property

 

Applies To: Windows Server Update Services

Gets the GUID of the update.

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

Syntax

UpdateRevisionId Id { get; }
property UpdateRevisionId^ Id {
    UpdateRevisionId^ get();
}
abstract Id : UpdateRevisionId with get
ReadOnly Property Id As UpdateRevisionId

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateRevisionId

The GUID of the update. For details on uniquely identifying an update, see UpdateRevisionId.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top