Principal.IsHiddenInUI property
Gets a value that indicates whether this member should be hidden in the UI.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IsHiddenInUI As Boolean
Get
'Usage
Dim instance As Principal
Dim value As Boolean
value = instance.IsHiddenInUI
public 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 of the SharePoint UI, but can optionally be hidden to improve the user experience.