Gets and sets the base directory used for the file naming schema during batch scans when the
UseSchema property is set to true.
'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.