DataPA Enterprise Dashboard Controls API Reference
Gets and sets the SessionFree 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 SessionFree { get; set; }
Visual Basic
Public Property SessionFree As Boolean
	Get
	Set
Visual C++
public:
virtual property bool SessionFree {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
The SessionFree of this connection

Return Value

Type: Boolean
The SessionFree of this connection

Remarks