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

This class represents a property object in a status message

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

Syntax

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

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
StatusMessageProperty () () () ()
Initializes a new instance of the StatusMessagePropertyclass.
StatusMessageProperty(String, Object)
Initializes a new instance of the StatusMessagePropertyclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Name
Name of the property
ToString () () () () (Inherited from Object.)
Value
Value of the property
ValueString
Value of the property as a string. This is used for serialization purposes.

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StatusMessageProperty

See Also