StatusMessageProperties Class

 

Represents a collection of status message responses.

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

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

[SerializableAttribute]
public ref class StatusMessageProperties sealed 

NameDescription
System_CAPS_pubmethodStatusMessageProperties()

Initializes a new instance of the StatusMessageProperties class.

NameDescription
System_CAPS_pubpropertyProperties

Gets an array of properties.

NameDescription
System_CAPS_pubmethodAddProperty(StatusMessageProperty^)

Adds a property to the list. Equivalent to Properties.Add(...).

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: