Click or drag to resize

MultitenantContainerTag Property

Gets the tag applied to the current tenant's ILifetimeScope.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public Object Tag { get; }

Property Value

Type: Object
An Object that identifies the current tenant's lifetime scope.

Implements

ILifetimeScopeTag
Remarks
Tags allow a level in the lifetime hierarchy to be identified. In most applications, tags are not necessary.
See Also