Share via


NavigationTermSet.LinkType property

Gets a value that indicates the behavior of the URL for this navigation item.

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

Syntax

'Declaration
Public Overrides Property LinkType As NavigationLinkType
    Get
    Set
'Usage
Dim instance As NavigationTermSet
Dim value As NavigationLinkType

value = instance.LinkType

instance.LinkType = value
public override NavigationLinkType LinkType { get; set; }

Property value

Type: Microsoft.SharePoint.Publishing.Navigation.NavigationLinkType
For a T:Microsoft.SharePoint.Publishing.Navigation.NavigationTermSet object, this property always returns the Root() property.

See also

Reference

NavigationTermSet class

NavigationTermSet members

Microsoft.SharePoint.Publishing.Navigation namespace

NavigationTermSetItem.LinkType