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