| MultitenantContainerTenantIdentificationStrategy Property  | 
 
            Gets the strategy used for identifying the current tenant.
            
 
    Namespace: 
   Autofac.Multitenant
    Assembly:
   Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
 Syntax
Syntaxpublic ITenantIdentificationStrategy TenantIdentificationStrategy { get; }Public ReadOnly Property TenantIdentificationStrategy As ITenantIdentificationStrategy
	Get
Property Value
Type: 
ITenantIdentificationStrategy
            An 
ITenantIdentificationStrategy
            used to identify the current tenant from the execution context.
            
 See Also
See Also