FileSystemEntryControllerBase.FileSystemService Property |
Gets the file system service.
Namespace:
Dundas.BI.WebApi.Controllers
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntaxprotected IFileSystemService FileSystemService { get; }
Protected ReadOnly Property FileSystemService As IFileSystemService
Get
protected:
property IFileSystemService^ FileSystemService {
IFileSystemService^ get ();
}
member FileSystemService : IFileSystemService with get
Property Value
Type:
IFileSystemService
The file system service.
See Also