Term.Labels property
Gets a collection of Label objects for the current Term object.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property Labels As LabelCollection
Get
'Usage
Dim instance As Term
Dim value As LabelCollection
value = instance.Labels
public LabelCollection Labels { get; }
Property value
Type: Microsoft.SharePoint.Client.Taxonomy.LabelCollection
A collection of Label objects for the current Term
Remarks
The collection of Label objects will be for all working languages defined by the Languages property.