'Declaration Public Property Delay As Integer
'Usage Dim instance As SideButton Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
'Declaration Public Property Delay As Integer
'Usage Dim instance As SideButton Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is smaller than 0. |