Свойство Principal.IsHiddenInUI
Gets a value that indicates whether this member should be hidden in the UI.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsHiddenInUI As Boolean
Get
'Применение
Dim instance As Principal
Dim value As Boolean
value = instance.IsHiddenInUI
public bool IsHiddenInUI { get; }
Значение свойства
Тип: System.Boolean
true if this instance represents a member that should be hidden in the UI; otherwise, false.
Замечания
Members are not hidden across all of the SharePoint UI, but can optionally be hidden to improve the user experience.