Term.GetDescription Method (Int32)

Gets the description of the Term in the LCID.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Function GetDescription ( _
    lcid As Integer _
) As String
'Usage
Dim instance As Term
Dim lcid As Integer
Dim returnValue As String

returnValue = instance.GetDescription(lcid)
public string GetDescription(
    int lcid
)

Parameters

Return Value

Type: System.String
The description of the Term for the lcid parameter, or an empty string if the Term has no LCID description.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The LCID is not valid.

See Also

Reference

Term Class

Term Members

GetDescription Overload

Microsoft.SharePoint.Taxonomy Namespace