Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.