[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Generic key/value property

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MessageProperty
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MessageProperty
[
SerializableAttribute]
public 
ref class 
MessageProperty 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
MessageProperty () () () ()
Initializes a new instance of the MessagePropertyclass.
MessageProperty(String, Object)
Initializes a new instance of the MessagePropertyclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Key
The key identifier of the property
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)
Value
The value of the property

Inheritance Hierarchy

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

See Also