SparqlResultItem Property (String) | 
 
            Gets the Value that is bound to the given Variable.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic INode this[
	string variable
] { get; }Public ReadOnly Default Property Item ( 
	variable As String
) As INode
	Get
Parameters
- variable
 - Type: SystemString
Variable whose Value you wish to retrieve. 
Return Value
Type: 
INode
Exceptions| Exception | Condition | 
|---|
| RdfException | Thrown if there is nothing bound to the given Variable Name for this Result. | 
See Also