Public Property IsUpdateable As Boolean
public bool IsUpdateable { get; set; }
public: property bool IsUpdateable { bool get (); void set (bool value); }
function get_isUpdateable(); function set_isUpdateable(value);