OntologyResourceClearResourceProperty Method (String, Boolean) |
Clears all values for a Resource Property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool ClearResourceProperty(
string propertyUri,
bool persist
)
Public Function ClearResourceProperty (
propertyUri As String,
persist As Boolean
) As Boolean
Parameters
- propertyUri
- Type: SystemString
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.String,System.Boolean)"]
See Also