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