'Declaration Public Property trot As UShort
'Declaration
Public Property trot As UShort
'Usage Dim instance As Tick Dim value As UShort instance.trot = value value = instance.trot
'Usage
Dim instance As Tick Dim value As UShort instance.trot = value value = instance.trot
public ushort trot {get; set;}
Tick Class Tick Members