Get or set the data type URI

Namespace: BrightstarDB.Model
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
string DataType { get; set; }
Visual Basic
Property DataType As String
	Get
	Set
Visual C++
property String^ DataType {
	String^ get ();
	void set (String^ value);
}
F#
abstract DataType : string with get, set

Property Value

Type: String

See Also