OntologyResourceRemoveComment Method (ILiteralNode) |
Removes a comment for this resource.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool RemoveComment(
ILiteralNode comment
)
Public Function RemoveComment (
comment As ILiteralNode
) As Boolean
Parameters
- comment
- Type: VDS.RDFILiteralNode
Comment.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.RemoveComment(VDS.RDF.ILiteralNode)"]
See Also