Class AbpAspNetCoreMultiTenancyOptions
Inheritance
System.Object
AbpAspNetCoreMultiTenancyOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.MultiTenancy
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
Syntax
public class AbpAspNetCoreMultiTenancyOptions
Constructors
AbpAspNetCoreMultiTenancyOptions()
Declaration
public AbpAspNetCoreMultiTenancyOptions()
Properties
TenantKey
Default: DefaultTenantKey.
Declaration
public string TenantKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |