CallerContextServiceStoredContext Property  | 
 
            Gets or sets the context that is actually stored by a derived class.
            
 
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxprotected abstract CallerContext? StoredContext { get; set; }Protected MustOverride Property StoredContext As CallerContext
	Get
	Set
protected:
virtual property CallerContext^ StoredContext {
	CallerContext^ get () abstract;
	void set (CallerContext^ value) abstract;
}abstract StoredContext : CallerContext with get, set
Property Value
Type: 
CallerContextThe context to be stored, or 
 to indicate that there is currently no caller.
See Also