DataPA Enterprise Dashboard Controls API Reference
Gets the Systems DataTable.
Namespace: DataPAClientConfigAssembly: 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:
DataTableThe Systems DataTable.
Return Value
Type:
DataTableThe Systems DataTable.
Remarks
See Also