Term.GetDescription - Méthode
Obtient la description de l'objet Term dans la langue (WorkingLanguage) de l'objet TermStore en cours.
Espace de noms : Microsoft.SharePoint.Taxonomy
Assembly : Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)
Syntaxe
'Déclaration
Public Function GetDescription As String
'Utilisation
Dim instance As Term
Dim returnValue As String
returnValue = instance.GetDescription()
public string GetDescription()
Valeur renvoyée
Type : System.String
Description de l' Term pour la langue de travail de l' actuel TermStore, ou une chaîne vide si le Term n'a pas de description dans cette langue.