BindingTupleItem Property |
Gets the Value for a Variable.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public INode this[
string var
] { get; }
Public ReadOnly Default Property Item (
var As String
) As INode
Get
Parameters
- var
- Type: SystemString
Variable.
Return Value
Type:
INodeSee Also