ConfigurationLoader.GetConfigurationNode Method (IGraph, INode, INode) |
Gets the first value given for a property of a given Object in the Configuration Graph.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static INode GetConfigurationNode(
IGraph g,
INode objNode,
INode property
)
Public Shared Function GetConfigurationNode (
g As IGraph,
objNode As INode,
property As INode
) As INode
Parameters
- g
- Type: VDS.RDF.IGraph
Configuration Graph. - objNode
- Type: VDS.RDF.INode
Object Node. - property
- Type: VDS.RDF.INode
Property Node.
Return Value
Type:
INode
First value given for the property of the Object.
See Also