Set to true to process all cards even if not a processable BasicCard.
Default is false.
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public static bool ProcessAllCards { get; set; } |
Visual Basic |
---|
Public Shared Property ProcessAllCards As Boolean Get Set |
Visual C++ |
---|
public: static property bool ProcessAllCards { bool get (); void set (bool value); } |
F# |
---|
static member ProcessAllCards : bool with get, set |