ModelValidator.Metadata Property

Definition

Gets the metadata for the model validator.

protected internal System.Web.Mvc.ModelMetadata Metadata { get; }
member this.Metadata : System.Web.Mvc.ModelMetadata
Protected Friend ReadOnly Property Metadata As ModelMetadata

Property Value

The metadata for the model validator.

Applies to