ModelMetadata.Properties Property
Visual Studio 2010
Gets a collection of model metadata objects that describe the properties of the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata) Get
Property Value
Type: System.Collections.Generic.IEnumerable(Of ModelMetadata)A collection of model metadata objects that describe the properties of the model.
Community Additions
ADD
Show: