StateMessageParameter Class

 

Represents an individual parameter for a state message.

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

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

[SerializableAttribute]
public ref class StateMessageParameter sealed 

NameDescription
System_CAPS_pubmethodStateMessageParameter()

Initializes a new instance of the StateMessageParameter class.

System_CAPS_pubmethodStateMessageParameter(Object^)

Initializes a new instance of the StateMessageParameter class. Builds a paramter with the input.

NameDescription
System_CAPS_pubpropertyAttribute

Contains the message parameter attribute.

System_CAPS_pubpropertySerializableAttribute

Gets or sets an individual state message user parameter. This property is only for serialization. Use Attribute instead.

NameDescription
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: