Initial value for CommandAPDU.DoNotLog. Set to true (default) to prevent any command apdu to be visible in log file.
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public static bool DoNotLogGlobal { get; set; } |
Visual Basic |
---|
Public Shared Property DoNotLogGlobal As Boolean
Get
Set |
Visual C++ |
---|
public:
static property bool DoNotLogGlobal {
bool get ();
void set (bool value);
} |
F# |
---|
static member DoNotLogGlobal : bool with get, set
|
Property Value
Type:
Boolean
See Also