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

The StatusMessagePropertyAttributetype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
EnumAsInteger
If true, and the value is an enum, it will be represented as its integral value. If false, it will be represented as a string.
Name
When Name is specified, the property is serialized to XML using the name specified in Name. Otherwise, the property name that uses this attribute is used.

For example, you can create a property called MyId (which satisfies FxCop naming rules), but the XML blob is expecting MyID (which doesn't satisfy FxCop naming rules). By specifying a Name, you can have your property named MyId, but have it serialize as MyID.

Required
If true, property is required to be a non-null value.
TypeId (Inherited from Attribute.)

See Also