ModelMetadata.DataTypeName Property

Definition

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

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

Property Value

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

Applies to