Accusoft.ISISXpress7.Net
Directory Property




Gets and sets the base directory used for the file naming schema during batch scans when the UseSchema property is set to true.
Syntax
'Declaration
 
Public Property Directory As String
'Usage
 
Dim instance As Output
Dim value As String
 
instance.Directory = value
 
value = instance.Directory
public string Directory {get; set;}
public: __property string* get_Directory();
public: __property void set_Directory( 
   string* value
);
public:
property String^ Directory {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the file name for the schema.
See Also

Reference

Output Class
Output Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback