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)

'Declaration
Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata)
	Get
'Usage
Dim instance As ModelMetadata 
Dim value As IEnumerable(Of ModelMetadata)

value = instance.Properties

Property Value

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