FilesystemRoot Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the file system root.

Namespace:  Microsoft.SPOT.Net.Ftp
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Property FilesystemRoot As String
public string FilesystemRoot { get; private set; }
public:
property String^ FilesystemRoot {
    String^ get ();
    private: void set (String^ value);
}
member FilesystemRoot : string with get, private set
function get FilesystemRoot () : String
private function set FilesystemRoot (value : String)

Property Value

Type: System. . :: . .String
The file system root.

.NET Framework Security

See Also

Reference

FtpFilesystemListener Class

Microsoft.SPOT.Net.Ftp Namespace