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