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