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