Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.