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