Share via


ValidationMetadata.HasValidators Property

Definition

Gets a value that indicates if the model has validators .

public:
 property Nullable<bool> HasValidators { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? HasValidators { get; set; }
member this.HasValidators : Nullable<bool> with get, set
Public Property HasValidators As Nullable(Of Boolean)

Property Value

Applies to