SPRoleDefinition.Hidden property
Gets a Boolean value that indicates whether the role definition is displayed on the Add Users page.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As SPRoleDefinition
Dim value As Boolean
value = instance.Hidden
public bool Hidden { get; }
Property value
Type: System.Boolean
true if the role definition is displayed; otherwise, false.