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