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