Show / Hide Table of Contents

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 Source

ApplicationName

Gets or sets the name of the application.

Declaration
string ApplicationName { get; set; }
Property Value
Type Description
System.String

The name of the application.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) Talegen, LLC. All rights reserved.