Share via


CustomSchemaData.DataType Property

Gets the data type.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property DataType As String
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
member DataType : string
function get DataType () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CustomSchemaData Class

Microsoft.Data.Schema.SchemaModel Namespace