DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
Type DataType { get; set; }
Visual Basic
Property DataType As Type
	Get
	Set
Visual C++
property Type^ DataType {
	Type^ get ();
	void set (Type^ value);
}

Property Value

Type: Type

See Also