NavigationTerm.IsPinned property
Indicates whether a Term object is a pinned term.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsPinned As Boolean
Get
'Usage
Dim instance As NavigationTerm
Dim value As Boolean
value = instance.IsPinned
public bool IsPinned { get; }
Property value
Type: System.Boolean
true if the taxonomy term is a pinned term; otherwise, false.
Remarks
A term is “pinned” if it is in a subtree of other pinned terms, or if it is the root of the subtree.