Method FirstNameWith
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
FirstNameWith(T)
Retrieves the name of the first entry with the specified value.
public string FirstNameWith(T value)
Parameters
value
TThe value of the entry.
Returns
- string
The name of the first entry with the specified value.
Exceptions
- ArgumentException
There is no entry with the specified value.