Gets the Value that is bound to the given Variable.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic INode Value(
	string variable
)
Public Function Value ( 
	variable As String
) As INode
Parameters
- variable
 - Type: SystemString
Variable whose Value you wish to retrieve. 
Return Value
Type: 
INode[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResult.Value(System.String)"]
Exceptions| Exception | Condition | 
|---|
| RdfException | Thrown if there is nothing bound to the given Variable Name for this Result. | 
See Also