Term.Labels Property

Gets a collection of Label objects for the current Term object.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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.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.

See Also

Reference

Term Class

Term Members

Microsoft.SharePoint.Taxonomy Namespace