Label.Term Property

Returns the Term object that the current Label object is associated with.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property Term As Term
    Get
'Usage
Dim instance As Label
Dim value As Term

value = instance.Term
public Term Term { get; }

Property Value

Type: Microsoft.SharePoint.Taxonomy.Term
Returns Term.

See Also

Reference

Label Class

Label Members

Microsoft.SharePoint.Taxonomy Namespace