Click or drag to resize

OntologyPropertyAddRange Method (INode)

Adds a new range for the property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool AddRange(
	INode resource
)

Parameters

resource
Type: VDS.RDFINode
Resource.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyProperty.AddRange(VDS.RDF.INode)"]

See Also