OntologyPropertyRanges Property |
Gets all the Classes which are in this properties Range.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<OntologyClass> Ranges { get; }
Public ReadOnly Property Ranges As IEnumerable(Of OntologyClass)
Get
Property Value
Type:
IEnumerableOntologyClassSee Also