MultitenantContainerApplicationContainer Property |
Gets the base application container.
Namespace:
Autofac.Multitenant
Assembly:
Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax public IContainer ApplicationContainer { get; }
Public ReadOnly Property ApplicationContainer As IContainer
Get
Property Value
Type:
IContainer
An
IContainer on which all tenant lifetime
scopes will be based.
See Also