public ushort WordCount { get; set; }Public Property WordCount As UShort
Get
Setpublic:
property unsigned short WordCount {
unsigned short get ();
void set (unsigned short value);
}function get_WordCount();
function set_WordCount(value);