[]
Gets or sets the spin interval.
public int Interval { get; set; }
Public Property Interval As Integer
Type | Description |
---|---|
int | A int value that indicates the spin interval. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Occurs when value is smaller than 1. |