Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the metadata for the model validator.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Property Metadata As ModelMetadata
Get
Private Set
protected internal ModelMetadata Metadata { get; private set; }
protected public:
property ModelMetadata^ Metadata {
ModelMetadata^ get ();
private: void set (ModelMetadata^ value);
}
Property Value
Type: System.Web.Mvc.ModelMetadata
The metadata for the model validator.