ConfigMgrCapabilityProperty Class
Provides blobs that are used for instructing the client of the management point's capabilities. For example, SSL.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.ConfigMgrCapabilityProperty
Syntax
[SerializableAttribute]
public sealed class ConfigMgrCapabilityProperty
[SerializableAttribute]
public ref class ConfigMgrCapabilityProperty sealed
<SerializableAttribute>
Public NotInheritable Class ConfigMgrCapabilityProperty
Constructors
Name | Description | |
---|---|---|
ConfigMgrCapabilityProperty() | Initializes a new instance of the ConfigMgrCapabilityProperty class. |
|
ConfigMgrCapabilityProperty(String) | Initializes a new instance of the ConfigMgrCapabilityProperty class. |
|
ConfigMgrCapabilityProperty(String, Object) | Initializes a new instance of the ConfigMgrCapabilityProperty class. |
|
ConfigMgrCapabilityProperty(String, Object, String) | Initializes a new instance of the ConfigMgrCapabilityProperty class. |
Properties
Name | Description | |
---|---|---|
PropertyName | Gets or sets the property name for the capabilities blob. |
|
Value | Gets or sets the value for the property. This value can be null. |
|
Version | Gets or sets the version for the property. This value can be null. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (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.ConfigurationManagement.Messaging.Framework Namespace
Return to top