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