UpdateRevisionId Class
Applies To: Windows Server Update Services
Represents 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 get an instance of this class: Id; Id; UpdateId; Id.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.UpdateRevisionId
Syntax
[SerializableAttribute]
[GuidAttribute("931F55F9-F34D-48ED-A16E-26B3820A487B")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
public class UpdateRevisionId
[SerializableAttribute]
[GuidAttribute("931F55F9-F34D-48ED-A16E-26B3820A487B")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[ComVisibleAttribute(true)]
public ref class UpdateRevisionId
[<SerializableAttribute>]
[<GuidAttribute("931F55F9-F34D-48ED-A16E-26B3820A487B")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<ComVisibleAttribute(true)>]
type UpdateRevisionId = class end
<SerializableAttribute>
<GuidAttribute("931F55F9-F34D-48ED-A16E-26B3820A487B")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(True)>
Public Class UpdateRevisionId
Constructors
Name | Description | |
---|---|---|
UpdateRevisionId() | Initializes a new instance of the UpdateRevisionId class. |
|
UpdateRevisionId(Guid) | Initializes a new instance of the UpdateRevisionId class with the given GUID. |
|
UpdateRevisionId(Guid, Int32) | Initializes a new instance of the UpdateRevisionId class to a specific revision of a specific update. |
Properties
Name | Description | |
---|---|---|
RevisionNumber | Gets or sets the revision number of a specific revision of an update. |
|
UpdateId | Gets or sets the GUID of the update. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this instance of UpdateRevisionId is the same as the given instance.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code of this instance.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top