SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / SmartZoneICR Class / Debug Property




In This Topic
    Debug Property (SmartZoneICR)
    In This Topic
    Gets and sets whether the toolkit writes information to a debug log file.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property Debug As Boolean
    'Usage
     
    
    Dim instance As SmartZoneICR
    Dim value As Boolean
     
    instance.Debug = value
     
    value = instance.Debug
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public bool Debug {get; set;}
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public: __property bool get_Debug();
    public: __property void set_Debug( 
       bool value
    );
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public:
    property bool Debug {
       bool get();
       void set (    bool value);
    }
    Exceptions
    ExceptionDescription
     
    Remarks

    Default value: false

    This property allows you to turn the debug log file on or off without changing any of the other debug settings.

    When this is true, the toolkit will write items to the debug log file, as specified by the DebugLogFile and ErrorLevel properties.

    See Also