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