Udostępnij za pośrednictwem


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

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethod ConfigMgrCapabilityProperty(String)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethod ConfigMgrCapabilityProperty(String, Object)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

System_CAPS_pubmethod ConfigMgrCapabilityProperty(String, Object, String)

Initializes a new instance of the ConfigMgrCapabilityProperty class.

Properties

Name Description
System_CAPS_pubproperty PropertyName

Gets or sets the property name for the capabilities blob.

System_CAPS_pubproperty Value

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

System_CAPS_pubproperty Version

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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.ConfigurationManagement.Messaging.Framework Namespace

Return to top