ModelMetadata.ContainerMetadata 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 metadata for ContainerType if this metadata is for a property;
null
otherwise.
public:
virtual property Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ ContainerMetadata { Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ get(); };
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata ContainerMetadata { get; }
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata? ContainerMetadata { get; }
member this.ContainerMetadata : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Public Overridable ReadOnly Property ContainerMetadata As ModelMetadata