DataPA Enterprise Dashboard Controls API Reference
Gets a Systems collection for the current setup

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

Syntax

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

Return Value

Type: Systems
A Systems collection for the current setup

Remarks