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

The MessagePropertyAttributetype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
CanBeNull
If true, the class or property being null is not a failure. Defaults to false.
CheckRecursively
Checks properties embedded in that property. Only recurses down one level.
Importance
The importance level for the message
RangeMax
A maximum range for the message. Must be an object type that implements IComparable (Int32, string, etc) or else it will fail during validation.
RangeMin
A minimum range for the message. Must be an object type that implements IComparable (Int32, string, etc) or else it will fail during validation.
TypeId (Inherited from Attribute.)

See Also