Public Property Enable As Boolean Get Set
public bool Enable { get; set; }
public: property bool Enable { bool get (); void set (bool value); }
function get_enable(); function set_enable(value);