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.