VariableContextInnerContext Property |
Gets/Sets the Inner Context.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public VariableContext InnerContext { get; set; }
Public Property InnerContext As VariableContext
Get
Set
Property Value
Type:
VariableContextRemarks
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