ConfigurationLoaderLoadObject Method (String) |
Loads the Object identified by the given blank node identifier as an
Object.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public Object LoadObject(
string blankNodeIdentifier
)
Public Function LoadObject (
blankNodeIdentifier As String
) As Object
Parameters
- blankNodeIdentifier
- Type: SystemString
[Missing <param name="blankNodeIdentifier"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject(System.String)"]
Implements
IConfigurationLoaderLoadObject(String)Remarks See Also