[DefaultValueAttribute(false)]
public bool ParseWordCountFromByte { get; set; }
<DefaultValueAttribute(false)>
Public Property ParseWordCountFromByte As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ParseWordCountFromByte {
bool get ();
void set (bool value);
}
function get_ParseWordCountFromByte();
function set_ParseWordCountFromByte(value);