IUpdateApproval.UpdateId Property
Applies To: Windows Server Update Services
Gets theGUID of the update to which this update approval applies.
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 GUID of the update to which this update approval applies.
See Also
IUpdateApproval Interface
Microsoft.UpdateServices.Administration Namespace
Return to top