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

The StateMessageUserParameterstype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Count
The count of objects in parameters. Set does not actually do anything, it's only there for XML serialization purposes. If you want to override the count, use OverloadedCount.
OverloadedCount
WARNING: The count attribute that's serialized to XML is a real count from the contents of the internal array of parameters. Only overload it using this property if you're testing security or negative scenarios. Don't change this unless you know what you're doing.
Parameters
Parameters for the state mesage. This should only be used for serialization.
UserParameter
Gets or sets the user parameter

See Also