| MultitenantContainerTag Property  | 
  
    Namespace: 
   Autofac.Multitenant
    Assembly:
   Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
 Syntax
Syntaxpublic 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
ILifetimeScopeTag Remarks
Remarks
            Tags allow a level in the lifetime hierarchy to be identified.
            In most applications, tags are not necessary.
            
 See Also
See Also