| SessionLoginCollectionItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets a SessionLogin object from the collection based on it's index in the collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SessionLogin this[
int ix
] { get; }Public ReadOnly Property Item (
ix As Integer
) As SessionLogin
Get
public:
virtual property SessionLogin^ Item[int ix] {
SessionLogin^ get (int ix) sealed;
}Parameters
- ix
- Type: SystemInt32
The objects index in the collection.
Return Value
Type:
SessionLoginA SessionLogin object
Remarks
See Also