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