Share via


DefaultModelMetadata.Properties Property

Definition

Gets the collection of ModelMetadata instances for the model's properties.

public:
 virtual property Microsoft::AspNetCore::Mvc::ModelBinding::ModelPropertyCollection ^ Properties { Microsoft::AspNetCore::Mvc::ModelBinding::ModelPropertyCollection ^ get(); };
public override Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection Properties { get; }
member this.Properties : Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection
Public Overrides ReadOnly Property Properties As ModelPropertyCollection

Property Value

Applies to