ComplexModel.PropertyMetadata Property

.NET Framework (current version)
 

Gets the metadata for the properties of the model.

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

public ReadOnlyCollection<ModelMetadata> PropertyMetadata { get; private set; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ModelMetadata>

The metadata for the properties of the model.

.NET Framework
Available since 4.5
Return to top
Show: