Share via


RoleDefinition.Hidden property

Gets a value that specifies whether the role definition is displayed.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Hidden As Boolean
    Get
'Usage
Dim instance As RoleDefinition
Dim value As Boolean

value = instance.Hidden
public bool Hidden { get; }

Property value

Type: System.Boolean
Returns Booleantrue if the role definition is displayed; otherwise, returns false. The default value is

See also

Reference

RoleDefinition class

RoleDefinition members

Microsoft.SharePoint.Client namespace