PhysicalFileSystem.Root Property
The root directory for this instance.
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Syntax
public string Root { get; private set; }
public:
property String^ Root {
String^ get();
private: void set(String^ value);
}
member Root : string with get, private set
Public Property Root As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
PhysicalFileSystem Class
Microsoft.Owin.FileSystems Namespace
Return to top