Retrieves the Value in this set for the given Variable.
            
 
    Namespace: 
   VDS.RDF.Query.Algebra
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override INode this[
	string variable
] { get; }Public Overrides ReadOnly Default Property Item ( 
	variable As String
) As INode
	Get
Parameters
- variable
 - Type: SystemString
Variable. 
Return Value
Type: 
INodeEither a Node or a null.
Implements
ISetItemString
See Also