Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the underlying Term object is the root of a subtree of pinned terms.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsPinnedRoot As Boolean
Get
'Usage
Dim instance As NavigationTerm
Dim value As Boolean
value = instance.IsPinnedRoot
public bool IsPinnedRoot { get; }
Property value
Type: System.Boolean
true if the taxonomy term is the root of subtree of pinned terms; otherwise, false.
Remarks
Corresponds to the IsPinnedRoot property for the underlying Term object.