Share via


VirtualRoot Property

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

Gets the virtual root.

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

Syntax

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

Property Value

Type: System. . :: . .String
The virtual root.

.NET Framework Security

See Also

Reference

FtpFilesystemListener Class

Microsoft.SPOT.Net.Ftp Namespace