ProgramKey Class
Applies To: Windows Server Update Services
Represents the program key.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.ProgramKey
Syntax
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("41465117-CB08-4326-BA52-174319703D9A")]
[ComVisibleAttribute(true)]
public class ProgramKey
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("41465117-CB08-4326-BA52-174319703D9A")]
[ComVisibleAttribute(true)]
public ref class ProgramKey
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("41465117-CB08-4326-BA52-174319703D9A")>]
[<ComVisibleAttribute(true)>]
type ProgramKey = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("41465117-CB08-4326-BA52-174319703D9A")>
<ComVisibleAttribute(True)>
Public Class ProgramKey
Constructors
Name | Description | |
---|---|---|
ProgramKey() | Initializes a new instance of the ProgramKey class. |
|
ProgramKey(Guid) | Initializes a new instance of the ProgramKey class with the given GUID. |
|
ProgramKey(Guid, String) | Initializes a new instance of the ProgramKey class with the given GUID and description. |
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the key description. |
|
Key | Gets or sets the program key. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Compares this object against the givenobject to see if they are equal.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Serves as a hash function for a ProgramKey, suitable for using in hashing algorithms and data structures like a hash table.(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