DataAnnotationsModelValidator<TAttribute>.Attribute Property

Definition

Gets the validation attribute from the model validator.

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

Property Value

TAttribute

The validation attribute from the model validator.

Applies to