CheckAttribute Class

Definition

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)

Applies to