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