UpdateRevisionId.UpdateId Property

 

Applies To: Windows Server Update Services

Gets or sets the GUID of the update.

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

Syntax

public Guid UpdateId { get; set; }
public:
property Guid UpdateId {
    Guid get();
    void set(Guid value);
}
member UpdateId : Guid with get, set
Public Property UpdateId As Guid

Property Value

Type: System.Guid

The GUID of the update, as assigned by the publisher of the update.

Remarks

All revisions of an update use the same GUID. To specify a specific revision of the update, use RevisionNumber.

See Also

UpdateRevisionId Class
Microsoft.UpdateServices.Administration Namespace

Return to top