Accusoft.ISISXpress7.Net
Debug Property




Gets and sets an indicator if debug information is generated and written to the DebugLogFile.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property Debug As Boolean
'Usage
 
Dim instance As IsisXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public bool Debug {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to write debug information to the DebugLogFile. Otherwise, false is returned.
See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback