public bool IsSelectable { get; set; }
Public Property IsSelectable As Boolean
Get
Set
public:
virtual property bool IsSelectable {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsSelectable : bool with get, set
override IsSelectable : bool with get, set