OntologyPropertyIndirectSubProperties Property  | 
 
            Gets the indirect sub-classes of this class.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyProperty> IndirectSubProperties { get; }Public ReadOnly Property IndirectSubProperties As IEnumerable(Of OntologyProperty)
	Get
Property Value
Type: 
IEnumerableOntologyProperty
See Also