Show / Hide Table of Contents

Class TenantConnectionStringConsts

Inheritance
System.Object
TenantConnectionStringConsts
Namespace: Volo.Abp.TenantManagement
Assembly: Volo.Abp.TenantManagement.Domain.Shared.dll
Syntax
public static class TenantConnectionStringConsts : object

Properties

MaxNameLength

Default value: 64

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32

MaxValueLength

Default value: 1024

Declaration
public static int MaxValueLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft