DefaultModelMetadata.HasValidators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)