OntologyGraphGetProperties Method  | 
 
            Get all properties defined in the graph where anything of a specific type is considered a property.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic IEnumerable<OntologyProperty> GetProperties(
	INode propertyType
)
Public Function GetProperties ( 
	propertyType As INode
) As IEnumerable(Of OntologyProperty)
Parameters
- propertyType
 - Type: VDS.RDFINode
Type which represents properties. 
Return Value
Type: 
IEnumerableOntologyPropertyEnumeration of properties.
See Also