Property Index
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Index
Gets or sets the index.
[JsonProperty(Order = 3)]
public int Index { get; set; }
Property Value
- int
The index.
Exceptions
- ArgumentException
The value of a set operation is not between 0 and Count -1 (only in case AllowInstanceExceptions is
true
).