Click or drag to resize
SessionLoginCollectionItem Property (String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a SessionLogin object from the collection based on it's unique ID.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SessionLogin this[
	string System,
	string ConnectionName
] { get; }

Parameters

System
Type: SystemString
The system name.
ConnectionName
Type: SystemString
The connection name.

Return Value

Type: SessionLogin
A SessionLogin object
Remarks