OntologyPropertyRemoveRange Method (INode) | 
 
            Removes a range for the property.
            
 
    Namespace: 
   VDS.RDF.Ontology
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool RemoveRange(
	INode resource
)
Public Function RemoveRange ( 
	resource As INode
) As Boolean
Parameters
- resource
 - Type: VDS.RDFINode
Resource. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyProperty.RemoveRange(VDS.RDF.INode)"]
See Also