DataPA Enterprise Dashboard Controls API Reference
Gets and sets the MultiLevel of this connection

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

Syntax

C#
public bool MultiLevel { get; set; }
Visual Basic
Public Property MultiLevel As Boolean
	Get
	Set
Visual C++
public:
virtual property bool MultiLevel {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
The MultiLevel of this connection

Return Value

Type: Boolean
The MultiLevel of this connection

Remarks