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