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