DataAnnotationsModelValidator<TAttribute>.Attribute Property

Definition

Gets the validation attribute.

protected:
 property TAttribute Attribute { TAttribute get(); };
protected TAttribute Attribute { get; }
member this.Attribute : 'Attribute
Protected ReadOnly Property Attribute As TAttribute

Property Value

TAttribute

The validation attribute.

Applies to