TaxonomyFieldValue.Label - Propriété
Obtient ou définit l'étiquette de l'objet TaxonomyField .
Espace de noms : Microsoft.SharePoint.Client.Taxonomy
Assemblys : Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)
Syntaxe
'Déclaration
Public Property Label As String
Get
Set
'Utilisation
Dim instance As TaxonomyFieldValue
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
Valeur de propriété
Type : System.String
Une chaîne qui contient l'étiquette de l'objet TaxonomyField .
Voir aussi
Référence
Microsoft.SharePoint.Client.Taxonomy - Espace de noms