DefaultModelMetadata.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:
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