UpdateRevisionId.UpdateRevisionId(Guid)
Initializes a new instance of the UpdateRevisionId class to the latest revision of an update.
public UpdateRevisionId(
Guid updateId
);
Public Sub New( _
ByVal updateId As Guid _
)
Parameters
- updateId
Identifier that uniquely identifies the update.
Remarks
Sets UpdateRevisionId.RevisionNumber to zero, which indicates the latest revision of the update.
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. |