DataPA Enterprise Dashboard Controls API Reference
Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object

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

Syntax

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

Property Value

Type: SystemStructure
A System Structure (DBs, Tables, Fields, Functions etc.) Object

Return Value

Type: SystemStructure
A System Structure (DBs, Tables, Fields, Functions etc.) Object

Remarks

Gets a System Structure (DBs, Tables, Fields, Functions etc.) Object

See Also