Public Property ReadOnly As Boolean Get Set
public bool ReadOnly { get; set; }
public: property bool ReadOnly { bool get (); void set (bool value); }
function get_readOnly(); function set_readOnly(value);