ModelBindingContext.PropertyMetadata 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 the property metadata.
public System.Collections.Generic.IDictionary<string,System.Web.Mvc.ModelMetadata> PropertyMetadata { get; }
member this.PropertyMetadata : System.Collections.Generic.IDictionary<string, System.Web.Mvc.ModelMetadata>
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)
Property Value
The property metadata.