public ushort SampleInterval { get; set; }
Public Property SampleInterval As UShort
Get
Set
public:
property unsigned short SampleInterval {
unsigned short get ();
void set (unsigned short value);
}
function get_SampleInterval();
function set_SampleInterval(value);