Click or drag to resize
TermExtensionsGetLabel Method
Returns the label of the term in the current UI language.

Namespace: Colygon.MatchPoint.Taxonomy
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public static string GetLabel(
	this Term term
)

Parameters

term
Type: Term

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Term. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also