Gets a value that indicates whether this user should be hidden in the UI.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides ReadOnly Property IsHiddenInUI As Boolean
Get
用法
Dim instance As SPUser
Dim value As Boolean
value = instance.IsHiddenInUI
public override bool IsHiddenInUI { get; }
属性值
类型:System.Boolean
true if this instance represents a user that should be hidden in the UI; otherwise, false.
备注
Such users are not hidden across all SharePoint UI, but can optionally be hidden to improve the user experience. For example, this value will be true if the user was added to the role assignments for an item due to the creation of an anonymous link. Users with this property set to true are typically hidden from sharing-related UI, such as the Share dialog in document libraries.