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