StateMessageUserParameters Class

 

Represents the user parameters blob of a state message.

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

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

[SerializableAttribute]
public ref class StateMessageUserParameters sealed 

NameDescription
System_CAPS_pubmethodStateMessageUserParameters()

Initializes a new instance of the StateMessageUserParameters class.

NameDescription
System_CAPS_pubpropertyCount

Gets the count of objects in the parameters. Set is present only for XML serialization purposes, and does not perform any actions. To override the count, use OverloadedCount.

System_CAPS_pubpropertyOverloadedCount

Overloads the count of objects in the parameters.

IMPORTANT: The count attribute that is serialized to XML is a real count from the contents of the internal array of parameters. Only overload Count by using this property if you're testing security or negative scenarios. Use caution when you change this value.

System_CAPS_pubpropertyParameters

Gets the parameters for the state message. This property should only be used for serialization.

System_CAPS_pubpropertyUserParameter

Gets or sets the user parameter.

NameDescription
System_CAPS_pubmethodAddStateMessageParameter(Object^)

Adds a state message parameter.

System_CAPS_pubmethodAddStateMessageParameter(StateMessageParameter^)

Adds a state message parameter.

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: