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
)
Public Function GetResourceProperty (
propertyUri As Uri
) As IEnumerable(Of INode)
Parameters
- propertyUri
- Type: SystemUri
Property URI.
Return Value
Type:
IEnumerableINode[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.GetResourceProperty(System.Uri)"]
See Also