Свойство NavigationTerm.IsPinned
Indicates whether a Term object is a pinned term.
Пространство имен: Microsoft.SharePoint.Publishing.Navigation
Сборка: Microsoft.SharePoint.Publishing (в Microsoft.SharePoint.Publishing.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsPinned As Boolean
Get
'Применение
Dim instance As NavigationTerm
Dim value As Boolean
value = instance.IsPinned
public bool IsPinned { get; }
Значение свойства
Тип: System.Boolean
true if the taxonomy term is a pinned term,; otherwise, false.
Замечания
A term is “pinned” if it is in a subtree of other pinned terms, or if it is the root of the subtree.
См. также
Справочные материалы
Пространство имен Microsoft.SharePoint.Publishing.Navigation