Scope's ColumnDataType representation of this type

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public virtual ColumnDataType Type { get; }
Visual Basic
Public Overridable ReadOnly Property Type As ColumnDataType
	Get
Visual C++
public:
virtual property ColumnDataType Type {
	ColumnDataType get ();
}

See Also