DataPA Enterprise Dashboard Controls API Reference
Gets the Systems DataTable.

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

Syntax

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

Property Value

Type: DataTable
The Systems DataTable.

Return Value

Type: DataTable
The Systems DataTable.

Remarks