ModelMetadata.MetadataKind 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 a value indicating the kind of metadata element represented by the current instance.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::ModelMetadataKind MetadataKind { Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::ModelMetadataKind get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind MetadataKind { get; }
member this.MetadataKind : Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataKind
Public ReadOnly Property MetadataKind As ModelMetadataKind