Click or drag to resize

OntologyResourceClearResourceProperty Method (Uri, Boolean)

Clears all values for a Resource Property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool ClearResourceProperty(
	Uri propertyUri,
	bool persist
)

Parameters

propertyUri
Type: SystemUri
Property URI.
persist
Type: SystemBoolean
Whether the removed values are removed from the Graph.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.ClearResourceProperty(System.Uri,System.Boolean)"]

See Also