Click or drag to resize

OntologyResourceGetResourceProperty Method (String)

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(
	string propertyUri
)

Parameters

propertyUri
Type: SystemString
Property URI.

Return Value

Type: IEnumerableINode

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

See Also