| ResolveRequestContextNewInstanceActivated Property  | 
 
            Gets a value indicating whether the resolved 
Instance is a new instance of a component has been activated during this request,
            or an existing shared instance that has been retrieved.
            
 
    Namespace: 
   Autofac.Core.Resolving.Pipeline
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic abstract bool NewInstanceActivated { get; }Public MustOverride ReadOnly Property NewInstanceActivated As Boolean
	Get
Property Value
Type: 
Boolean[Missing <value> documentation for "P:Autofac.Core.Resolving.Pipeline.ResolveRequestContext.NewInstanceActivated"]
 See Also
See Also