OntologyResourceClearLiteralProperty Method (Uri, Boolean) |
Clears all values for a Literal Property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool ClearLiteralProperty(
Uri propertyUri,
bool persist
)
Public Function ClearLiteralProperty (
propertyUri As Uri,
persist As Boolean
) As Boolean
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.ClearLiteralProperty(System.Uri,System.Boolean)"]
See Also