Term.GetDescription method
Gets the description of the Term in the LCID.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Function GetDescription ( _
lcid As Integer _
) As ClientResult(Of String)
'Usage
Dim instance As Term
Dim lcid As Integer
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetDescription(lcid)
public ClientResult<string> GetDescription(
int lcid
)
Parameters
lcid
Type: System.Int32The description of the LCID
Return value
Type: Microsoft.SharePoint.Client.ClientResult<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. |