ModelBindingContext.PropertyMetadata Property

Visual Studio 2010

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

Property Value

Type: System.Collections.Generic.IDictionary(Of String, ModelMetadata)
The property metadata.

Community Additions

ADD
Show: