Public Property Callable As Boolean
public bool Callable { get; set; }
public: property bool Callable { bool get (); void set (bool value); }
function get_callable(); function set_callable(value);