OhioSessionsItem Property |
Gets the
OhioSession object at the given index. "One based" indexing
is used in all Ohio collections. For example, the first OhioSession in this collection
is at index 1.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public OhioSession this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As OhioSession
Get
Parameters
- index Int32
- The index of the target OhioSession.
Return Value
OhioSessionAn OhioSession object.
See Also