Interface IStorageSettings
This interface defines the minimum implementation of a storage settings class.
Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public interface IStorageSettings
Properties
| Improve this Doc View SourceApplicationName
Gets or sets the name of the application.
Declaration
string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |