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.
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.