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