ModelMetadata.Properties Property

Definition

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

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

Property Value

Applies to