SPPrincipal.IsHiddenInUI property
Gets a value that indicates whether this member should be hidden in the UI.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsHiddenInUI As Boolean
Get
'Usage
Dim instance As SPPrincipal
Dim value As Boolean
value = instance.IsHiddenInUI
public virtual bool IsHiddenInUI { get; }
Property value
Type: System.Boolean
[true] if this instance represents a member that should be hidden in the UI; otherwise, [false].
Remarks
Members are not hidden across all SharePoint UI, but can optionally be hidden to improve the user experience.