OntologyPropertyUsedBy Property |
Gets all the resources that use this property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyResource> UsedBy { get; }
Public ReadOnly Property UsedBy As IEnumerable(Of OntologyResource)
Get
Property Value
Type:
IEnumerableOntologyResourceSee Also