Share via


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
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

TaxonomyFieldValue Class

TaxonomyFieldValue Members

Microsoft.SharePoint.Taxonomy Namespace

TaxonomyField

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint