Share via


UpdateRevisionId Constructor (Guid)

 

Applies To: Windows Server Update Services

Initializes a new instance of the UpdateRevisionId class with the given GUID.

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

Syntax

public UpdateRevisionId(
    Guid updateId
)
public:
UpdateRevisionId(
    Guid updateId
)
new : 
        updateId:Guid -> UpdateRevisionId
Public Sub New (
    updateId As Guid
)

Parameters

Remarks

Sets RevisionNumber to zero, which indicates that it is the latest revision of the update.

See Also

UpdateRevisionId Overload
UpdateRevisionId Class
Microsoft.UpdateServices.Administration Namespace

Return to top