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
)
Public Function TenantIsConfigured (
tenantId As Object
) As Boolean
Parameters
- tenantId
- Type: SystemObject
The tenant ID to test.
Return Value
Type:
BooleanIf configured,
true; otherwise
false.
See Also