Item |
Top Previous Next |
Indicates the Session object at the given index. "One based" indexing is used in all Ohio collections. For example, the first Session in this collection is at index 1.
VB.NET
[Field =] Fields.Item(index As Integer)
C#
[Field =] Fields.Item(int index);
Parameters
Returns null if no object with that name exists in this collection.
|