Share via


MessageProperty Class

 

Represents a generic key/value pair.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.MessageProperty

Syntax

[SerializableAttribute]
public sealed class MessageProperty
[SerializableAttribute]
public ref class MessageProperty sealed 
<SerializableAttribute>
Public NotInheritable Class MessageProperty

Constructors

Name Description
System_CAPS_pubmethod MessageProperty()

Initializes a new instance of the MessageProperty class.

System_CAPS_pubmethod MessageProperty(String, Object)

Initializes a new instance of the MessageProperty class.

Properties

Name Description
System_CAPS_pubproperty Key

Gets or sets the key identifier of the property.

System_CAPS_pubproperty Value

Gets or sets the value of the property.

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