TaxonomyFieldValue.Label property
Gets or sets the label of the TaxonomyField object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Property Label As String
Get
Set
'Usage
Dim instance As TaxonomyFieldValue
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
Property value
Type: System.String
A string that contains the label of the TaxonomyField object.
See also
Reference
Microsoft.SharePoint.Client.Taxonomy namespace