OntologyProperty.AddDomain Method (INode) |
Adds a new domain for the property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool AddDomain(
INode resource
)
Public Function AddDomain (
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.AddDomain(VDS.RDF.INode)"]
See Also