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