IUpdateEvent.UpdateId Property
Applies To: Windows Server Update Services
Gets the update revision GUID associated with this event.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateRevisionId UpdateId { get; }
property UpdateRevisionId^ UpdateId {
UpdateRevisionId^ get();
}
abstract UpdateId : UpdateRevisionId with get
ReadOnly Property UpdateId As UpdateRevisionId
Property Value
Type: Microsoft.UpdateServices.Administration.UpdateRevisionId
The update revision GUID of the update associated with this event. Returns an empty GUID if there is no update associated with this event.
See Also
IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top