Share via


UpdateRevisionId.UpdateRevisionId(Guid, Int32)

Initializes a new instance of the UpdateRevisionId class to a specific revision of an update.

public UpdateRevisionId(
  Guid updateId,
  Int32 revisionNumber
);
Public Sub New( _
  ByVal updateId As Guid, _
  ByVal revisionNumber As Int32 _
)

Parameters

  • updateId
    Identifier that uniquely identifies the update.
  • revisionNumber
    Revision number of a specific revision of the update. To specify the latest revision, set to zero.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.