ModelMetadata.Properties Property

Gets a collection of model metadata objects that describe the properties of the model.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract Properties : IEnumerable<ModelMetadata>
override Properties : IEnumerable<ModelMetadata>

Property Value

Type: System.Collections.Generic.IEnumerable(ModelMetadata)
A collection of model metadata objects that describe the properties of the model.
Show: