ValidationStateAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute class used to mark meta-classes. A valid meta-class should have both [MetaObject] and [MetaClass] defined.
public ref class ValidationStateAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class ValidationStateAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type ValidationStateAttribute = class
inherit Attribute
Public NotInheritable Class ValidationStateAttribute
Inherits Attribute
- Inheritance
-
ValidationStateAttribute
- Attributes
Constructors
ValidationStateAttribute(ValidationState) |
Initializes a new instance of ValidationStateAttribute class. |
Properties
ValidationState |
Gets the constraint validation flag for the meta-class custom attribute. |