Click or drag to resize

ConfigurationLoaderGetConfigurationValue Method (IGraph, INode, INode)

Gets the String value or null of the first instance of a property for a given Object in the Configuration Graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetConfigurationValue(
	IGraph g,
	INode objNode,
	INode property
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
property
Type: VDS.RDFINode
Property Node.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.GetConfigurationValue(VDS.RDF.IGraph,VDS.RDF.INode,VDS.RDF.INode)"]

See Also