ModelMetadata.DataTypeName Property

Definition

Gets or sets the name of the data type.

public:
 virtual property System::String ^ DataTypeName { System::String ^ get(); void set(System::String ^ value); };
public virtual string DataTypeName { get; set; }
member this.DataTypeName : string with get, set
Public Overridable Property DataTypeName As String

Property Value

The name of the data type.

Remarks

This property can be used to provide additional information about the type of data that is stored by the model. For example, if the ModelType property is set to String, this property might be "EmailAddress" or "Url" - that is, a name that indicates more than just that the data is typed as a string.

Applies to