Public Property IsInsertable As Boolean
public bool IsInsertable { get; set; }
public: property bool IsInsertable { bool get (); void set (bool value); }
function get_isInsertable(); function set_isInsertable(value);