DataPA Enterprise Dashboard Controls API Reference
Gets the Conditions DataTable.

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

Syntax

C#
public DataTable ConditionsDataTable { get; }
Visual Basic
Public ReadOnly Property ConditionsDataTable As DataTable
	Get
Visual C++
public:
virtual property DataTable^ ConditionsDataTable {
	DataTable^ get () sealed;
}

Property Value

Type: DataTable
The Conditions DataTable.

Return Value

Type: DataTable
The Conditions DataTable.

Remarks