ConfigurationLoader.GetConfigurationValue Method (IGraph, INode, IEnumerable<INode>) |
Gets the String value or null of the first instance of the first property for a given Object in the Configuration Graph.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static string GetConfigurationValue(
IGraph g,
INode objNode,
IEnumerable<INode> properties
)
Public Shared Function GetConfigurationValue (
g As IGraph,
objNode As INode,
properties As IEnumerable(Of INode)
) As String
Parameters
- g
- Type: VDS.RDF.IGraph
Configuration Graph. - objNode
- Type: VDS.RDF.INode
Object Node. - properties
- Type: System.Collections.Generic.IEnumerable<INode>
Property Nodes.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.GetConfigurationValue(VDS.RDF.IGraph,VDS.RDF.INode,System.Collections.Generic.IEnumerable{VDS.RDF.INode})"]
See Also