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