DataPA Enterprise Dashboard Controls API Reference
Gets the name of this system

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Return Value

Type: String
The name or this system

Remarks