OntologyPropertySubProperties Property  | 
 
            Gets the sub-properties of this property (both direct and indirect).
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyProperty> SubProperties { get; }Public ReadOnly Property SubProperties As IEnumerable(Of OntologyProperty)
	Get
Property Value
Type: 
IEnumerableOntologyProperty
See Also