VariableContextInnerContext Property  | 
 
            Gets/Sets the Inner Context.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic VariableContext InnerContext { get; set; }Public Property InnerContext As VariableContext
	Get
	Set
Property Value
Type: 
VariableContext
Remarks
            When you set the Inner Context this sets the Inner Context of the most nested inner context, you can remove all nested contexts by setting this to null.
            
See Also