DefaultModelMetadata.DataTypeName Property

Definition

Gets the name of the model's datatype. Overrides ModelType in some display scenarios.

public:
 virtual property System::String ^ DataTypeName { System::String ^ get(); };
public override string DataTypeName { get; }
public override string? DataTypeName { get; }
member this.DataTypeName : string
Public Overrides ReadOnly Property DataTypeName As String

Property Value

null unless set manually or through additional metadata e.g. attributes.

Applies to