Gets or sets the TheUser with the specified index.
Namespace: Therefore.API
Parameters
nIndex
Zero-based index.
Property Value
The TheUser with the specified nIndex.
|
Exception
|
Condition
|
Index Out Of Range
|
nIndex is out of range (nIndex < 0 OR nIndex >= Count)
|
|