DataPA Enterprise Dashboard Controls API Reference
Gets the SetUp DataSet, containing ALL the SetUp DataTables.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public DataSet SetUpDataSet { get; set; }
Visual Basic
Public Property SetUpDataSet As DataSet
	Get
	Set
Visual C++
public:
virtual property DataSet^ SetUpDataSet {
	DataSet^ get () sealed;
	void set (DataSet^ value) sealed;
}

Property Value

Type: DataSet
The SetUp DataSet

Return Value

Type: DataSet
The SetUp DataSet

Remarks