PhysicalFileSystem.Root Property

Gets the root portion of the file.

Namespace:  Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

'Declaration
Public Property Root As String 
    Get 
    Private Set
'Usage
Dim instance As PhysicalFileSystem 
Dim value As String 

value = instance.Root
public string Root { get; private set; }
public:
property String^ Root {
    String^ get ();
    private: void set (String^ value);
}
member Root : string with get, private set
function get Root () : String 
private function set Root (value : String)

Property Value

Type: System.String
The root portion of the file.

See Also

Reference

PhysicalFileSystem Class

Microsoft.Owin.FileSystems Namespace