ModelMetadata.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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