Autofac .NET Inversion of Control Container
Tag Property
NamespacesAutofacILifetimeScopeTag
The tag applied to the ILifetimeScope.
Declaration Syntax
C#Visual BasicVisual C++
Object Tag { get; }
ReadOnly Property Tag As Object
property Object^ Tag {
	Object^ get ();
}
Remarks
Tags allow a level in the lifetime hierarchy to be identified. In most applications, tags are not necessary.
See Also

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)