ModelMetadata.MetadataKind Property

Definition

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

Property Value

Applies to