Term.IsPinned property

Gets a Boolean value that indicates if this is a pinned object.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the object is pinned; otherwise, false.

See also

Reference

Term class

Term members

Microsoft.SharePoint.Client.Taxonomy namespace