Click or drag to resize

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
)

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