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