Term.GetDescription method
Gets the description of the Term object in the language (WorkingLanguage) of the current TermStore object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetDescription As String
'Usage
Dim instance As Term
Dim returnValue As String
returnValue = instance.GetDescription()
public string GetDescription()
Return value
Type: System.String
The description of the Term for the working language of the current TermStore, or an empty string if the Term has no description in that language.