ModelBindingContext.PropertyMetadata Property
Gets the property metadata.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata) Get 'Usage Dim instance As ModelBindingContext Dim value As IDictionary(Of String, ModelMetadata) value = instance.PropertyMetadata
Property Value
Type: System.Collections.Generic.IDictionary(Of String, ModelMetadata)The property metadata.
Show: