ModelMetadata.Properties Property

.NET Framework (current version)
 

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

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

Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata)

Property Value

Type: System.Collections.Generic.IEnumerable(Of ModelMetadata)

Metadata for all properties in the model.

.NET Framework
Available since 4.5
Return to top
Show: