ConfigMgrCapabilityProperty Class
Provides blobs that are used for instructing the client of the management point's capabilities. For example, SSL.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

