Gets and sets the root prefix used to generate filenames during a batch scan when the
UseSchema property is set to true.
'Declaration
Public Property Root As String
'Usage
Dim instance As Output
Dim value As String
instance.Root = value
value = instance.Root
public string Root {get; set;}
public: __property string* get_Root();
public: __property void set_Root(
string* value
);
public:
property String^ Root {
String^ get();
void set ( String^ value);
}
Property Value
A string which represents the root prefix.