Property Name
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Name
Gets the name of the entry at the index specified in Index or updates the Index with the index that corresponds with the set name.
public string Name { get; set; }
Property Value
- string
The name of the entry.
Exceptions
- ArgumentException
The value of a set operation is not a defined name (only in case AllowInstanceExceptions is
true
).