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