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