Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies a specific revision of an update.
Use the new keyword to initialize a new instance of the class or call one of the following properties to retrieve an instance of this class:
The UpdateRevisionId class is derived from the System.Object class.
Public Constructors
The UpdateRevisionId class has the following public constructors.
| Constructor | Description |
|---|---|
| UpdateRevisionId() | Initializes a new instance of the UpdateRevisionId class. |
| UpdateRevisionId(Guid) | Initializes a new instance of the UpdateRevisionId class to the latest revision of an update. |
| UpdateRevisionId(Guid, Int32) | Initializes a new instance of the UpdateRevisionId class to a specific revision of an update. |
Public Methods
The UpdateRevisionId class has the following public methods.
| Method | Description |
|---|---|
| Equals(Object) | Determines if the specified Object is equal to the UpdateRevisionId. |
| Equals(Object, Object) | Static (Shared). Determines whether the specified Object instances are considered equal. |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
| GetType() | Retrieves the Type of the current instance. |
| ReferenceEquals(Object, Object) | Static (Shared). Determines if the specified Object instances are the same instance. |
| ToString() | Retrieves a String that represents the current Object. |
Public Properties
The UpdateRevisionId class has the following public properties.
| Property | Description |
|---|---|
| RevisionNumber | Revision number of a specific revision of an update. |
| UpdateId | Identifier that uniquely identifies 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. |