Method NameAt
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
NameAt(int)
Retrieves the name of the entry at the specified index.
public string NameAt(int index)
Parameters
index
intThe index of the entry.
Returns
- string
The name of the entry at the specified index.
Exceptions
- IndexOutOfRangeException
The specified index is not in the range [0, Count -1].