UpdateRevisionId Constructor (Guid, Int32)
Applies To: Windows Server Update Services
Initializes a new instance of the UpdateRevisionId class to a specific revision of a specific update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public UpdateRevisionId(
Guid updateId,
int revisionNumber
)
public:
UpdateRevisionId(
Guid updateId,
int revisionNumber
)
new :
updateId:Guid *
revisionNumber:int -> UpdateRevisionId
Public Sub New (
updateId As Guid,
revisionNumber As Integer
)
Parameters
updateId
Type: System.GuidThe GUID of the update.
revisionNumber
Type: System.Int32The revision number of a specific revision of the update. To specify the latest revision, set to zero.
See Also
UpdateRevisionId Overload
UpdateRevisionId Class
Microsoft.UpdateServices.Administration Namespace
Return to top