[]
Gets or sets the delay time, in milliseconds.
public int Delay { get; set; }
Public Property Delay As Integer
Type | Description |
---|---|
int | A int value that indicates the delay time, in milliseconds. |
The value must be positive.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Occurs when value is smaller than 0. |