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