NavigationTermSetItem.TaxonomyName property

Gets a Name property or a Name property from the underlying taxonomy object.

Namespace:  Microsoft.SharePoint.Client.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property TaxonomyName As String
    Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As String

value = instance.TaxonomyName
public string TaxonomyName { get; }

Property value

Type: System.String

Remarks

The Name property and the Name property support different localizations. If the IsReadOnly property is equal to false, this corresponds to the associated WorkingLanguage property. Otherwise, the property uses the active localization from when the object was loaded, which is normally determined by the GetNavigationLcidForWeb(Web) method.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Client.Publishing.Navigation namespace