Click or drag to resize

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.Ohio
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public OhioSession this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the target OhioSession.

Return Value

Type: OhioSession
An OhioSession object.
See Also