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
System_CAPS_pubmethod UpdateRevisionId()

Initializes a new instance of the UpdateRevisionId class.

System_CAPS_pubmethod UpdateRevisionId(Guid)

Initializes a new instance of the UpdateRevisionId class with the given GUID.

System_CAPS_pubmethod UpdateRevisionId(Guid, Int32)

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

Properties

Name Description
System_CAPS_pubproperty RevisionNumber

Gets or sets the revision number of a specific revision of an update.

System_CAPS_pubproperty UpdateId

Gets or sets the GUID of the update.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether this instance of UpdateRevisionId is the same as the given instance.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the hash code of this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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