public ushort FrameLength { get; set; }
Public Property FrameLength As UShort
Get
Set
public:
property unsigned short FrameLength {
unsigned short get ();
void set (unsigned short value);
}
function get_FrameLength();
function set_FrameLength(value);