MultitenantContainerTag Property |
Namespace:
Autofac.Multitenant
Assembly:
Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax public Object Tag { get; }
Public ReadOnly Property Tag As Object
Get
Property Value
Type:
Object
An
Object that identifies the current tenant's
lifetime scope.
Implements
ILifetimeScopeTagRemarks
Tags allow a level in the lifetime hierarchy to be identified.
In most applications, tags are not necessary.
See Also