Click or drag to resize
SessionLoginCollectionItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a SessionLogin object from the collection based on it's index in the collection.

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

Parameters

ix
Type: SystemInt32
The objects index in the collection.

Return Value

Type: SessionLogin
A SessionLogin object
Remarks