Get/set the suspended state. Suspended requests (Suspended=true) will not be processed. This is a temporary state and may be changed at any time.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
bool Suspended { get; set; } |
Visual Basic |
---|
Property Suspended As Boolean Get Set |
Visual C++ |
---|
property bool Suspended { bool get (); void set (bool value); } |
F# |
---|
abstract Suspended : bool with get, set |