[]
Gets or sets the value to reset the sequence if the Behavior property is ResetTo.
Default value is 0.
public int ResetTo { get; set; }
Public Property ResetTo As Integer
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when trying to set value less than 0. |