Click or drag to resize

OntologyResourceGetResourceProperty Method (Uri)

Gets the values for a property which can be any node type.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<INode> GetResourceProperty(
	Uri propertyUri
)

Parameters

propertyUri
Type: SystemUri
Property URI.

Return Value

Type: IEnumerableINode

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.GetResourceProperty(System.Uri)"]

See Also