Term.IsPinnedRoot property

Gets a Boolean value that indicates if this is a pinned object and the root of the pinned tree.

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

Syntax

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

value = instance.IsPinnedRoot
public bool IsPinnedRoot { get; }

Property value

Type: System.Boolean
true if the object is pinned and the root of the pinned tree; otherwise, false

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace