DataPA Enterprise Dashboard Controls API Reference
Gets the name of the system this event relates to.

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

Syntax

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

Property Value

Type: String
The name of the system this event relates to.

Return Value

Type: String
The name of the system this event relates to.

Remarks