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