Click or drag to resize

MultitenantContainerTenantIsConfigured Method

Returns whether the given tenant ID has been configured.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public bool TenantIsConfigured(
	Object tenantId
)

Parameters

tenantId
Type: SystemObject
The tenant ID to test.

Return Value

Type: Boolean
If configured, true; otherwise false.
See Also