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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::ConfigMgrCapabilityProperty

[SerializableAttribute]
public ref class ConfigMgrCapabilityProperty sealed 

NameDescription
System_CAPS_pubmethodConfigMgrCapabilityProperty()

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethodConfigMgrCapabilityProperty(String^)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethodConfigMgrCapabilityProperty(String^, Object^)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethodConfigMgrCapabilityProperty(String^, Object^, String^)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

NameDescription
System_CAPS_pubpropertyPropertyName

Gets or sets the property name for the capabilities blob.

System_CAPS_pubpropertyValue

Gets or sets the value for the property. This value can be null.

System_CAPS_pubpropertyVersion

Gets or sets the version for the property. This value can be null.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: