CheckAttribute 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.
Important
This API is not CLS-compliant.
public ref class CheckAttribute abstract : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, Inherited=true)]
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public abstract class CheckAttribute : Attribute
type CheckAttribute = class
inherit Attribute
Public MustInherit Class CheckAttribute
Inherits Attribute
- Inheritance
-
CheckAttribute
- Derived
- Attributes
Constructors
| CheckAttribute() | |
| CheckAttribute(Object, String) | |
| CheckAttribute(String) |
Properties
| Limit | |
| Message |
Methods
| Create(String) | |
| Create(String, Object) | |
| IsValid(Object) |