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
lcid
Type: System.Int32The description of the LCID
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. |