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 | |
---|---|---|
![]() |
MessageProperty() | Initializes a new instance of the MessageProperty class. |
![]() |
MessageProperty(String, Object) | Initializes a new instance of the MessageProperty class. |
Properties
Name | Description | |
---|---|---|
![]() |
Key | Gets or sets the key identifier of the property. |
![]() |
Value | Gets or sets the value of the property. |
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