StateMessageUserParameters Class
Represents the user parameters blob of a state message.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | StateMessageUserParameters() | Initializes a new instance of the StateMessageUserParameters class. |
| Name | Description | |
|---|---|---|
![]() | Count | 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. |
![]() | OverloadedCount | 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. |
![]() | Parameters | Gets the parameters for the state message. This property should only be used for serialization. |
![]() | UserParameter | Gets or sets the user parameter. |
| Name | Description | |
|---|---|---|
![]() | AddStateMessageParameter(Object^) | Adds a state message parameter. |
![]() | AddStateMessageParameter(StateMessageParameter^) | Adds a state message parameter. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.

