RootFolder Property (FileManager)
In This Topic
Path of root folder.
Syntax
'Declaration
Public Property RootFolder As System.String
'Usage
Dim instance As FileManager
Dim value As System.String
instance.RootFolder = value
value = instance.RootFolder
public System.string RootFolder {get; set;}
public read-write property RootFolder: System.String;
public function get,set RootFolder : System.String
public: __property System.string* get_RootFolder();
public: __property void set_RootFolder(
System.string* value
);
public:
property System.String^ RootFolder {
System.String^ get();
void set ( System.String^ value);
}
See Also