SharedOptions.FileSystem Property

The file system used to locate resources

Namespace:  Microsoft.Owin.StaticFiles.Infrastructure
Assembly:  Microsoft.Owin.StaticFiles (in Microsoft.Owin.StaticFiles.dll)

Syntax

'Declaration
Public Property FileSystem As IFileSystem 
    Get 
    Set
'Usage
Dim instance As SharedOptions 
Dim value As IFileSystem 

value = instance.FileSystem

instance.FileSystem = value
public IFileSystem FileSystem { get; set; }
public:
property IFileSystem^ FileSystem {
    IFileSystem^ get ();
    void set (IFileSystem^ value);
}
member FileSystem : IFileSystem with get, set
function get FileSystem () : IFileSystem 
function set FileSystem (value : IFileSystem)

Property Value

Type: Microsoft.Owin.FileSystems.IFileSystem
Returns IFileSystem.

See Also

Reference

SharedOptions Class

Microsoft.Owin.StaticFiles.Infrastructure Namespace