Get/set the suspended state. Suspended requests (Suspended=true) will not receive events.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool Suspended { get; set; } |
Visual Basic |
---|
Public Property Suspended As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool Suspended {
bool get () sealed;
void set (bool value) sealed;
} |
F# |
---|
abstract Suspended : bool with get, set
override Suspended : bool with get, set |
Property Value
Type:
BooleanImplements
IRequest..::..Suspended
See Also