Set this to true to validate the card within
AcceptThisCard(BasicCardString) calls.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected bool CheckCustom { get; set; } |
Visual Basic |
---|
Protected Property CheckCustom As Boolean Get Set |
Visual C++ |
---|
protected: property bool CheckCustom { bool get (); void set (bool value); } |
F# |
---|
member CheckCustom : bool with get, set |