| ResolveRequestContextInstance Property  | 
 
            Gets or sets the instance that will be returned as the result of the resolve request.
            On the way back up the pipeline, after calling next(ctxt), this value will be populated
            with the resolved instance. Check the 
NewInstanceActivated property to determine
            whether the object here was a newly activated instance, or a shared instance previously activated.
            
 
    Namespace: 
   Autofac.Core.Resolving.Pipeline
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic abstract Object Instance { get; set; }Public MustOverride Property Instance As Object
	Get
	Set
Property Value
Type: 
Object[Missing <value> documentation for "P:Autofac.Core.Resolving.Pipeline.ResolveRequestContext.Instance"]
 See Also
See Also