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