ModelBindingContext.PropertyMetadata Property

Definition

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.

Applies to