TenantName Property

Gets or sets the name of the tenant.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public string Name { get; set; }

Property Value

Type: String
Remarks
The name must not be longer than MaxNameLength characters.
See Also