Accusoft.PrintPro8.Net
DebugLogFile Property




Gets and sets the filename of the debug log file.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As PrintPro
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string DebugLogFile {get; set;}
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the name of the Debug Log File.
Remarks

The default value is an empty string "".

See Also

Reference

PrintPro Class
PrintPro Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback