Accusoft.ThumbnailXpress6.Net
DebugLogFile Property




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

Property Value

A string value which represents the directory where the log file is written to.
Remarks

The default value is an empty string "".

See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback