DefaultModelMetadata.HasValidators Property

Definition

Gets a value that indicates if the model, or one of its properties or elements, has associated validators.

public:
 virtual property Nullable<bool> HasValidators { Nullable<bool> get(); };
public override bool? HasValidators { get; }
member this.HasValidators : Nullable<bool>
Public Overrides ReadOnly Property HasValidators As Nullable(Of Boolean)

Property Value

Applies to