True if request has been canceled
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool Canceled { get; } |
Visual Basic |
---|
Public ReadOnly Property Canceled As Boolean Get |
Visual C++ |
---|
public: virtual property bool Canceled { bool get () sealed; } |
F# |
---|
abstract Canceled : bool with get override Canceled : bool with get |