public bool Cancel { get; set; }
Public Property Cancel As Boolean Get Set
public: property bool Cancel { bool get (); void set (bool value); }
member Cancel : bool with get, set
In This Article