SPRoleDefinition.Type property

Gets the type of the role definition.

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

Syntax

'Declaration
Public ReadOnly Property Type As SPRoleType
    Get
'Usage
Dim instance As SPRoleDefinition
Dim value As SPRoleType

value = instance.Type
public SPRoleType Type { get; }

Property value

Type: Microsoft.SharePoint.SPRoleType
An SPRoleType value that indicates the role type.

See also

Reference

SPRoleDefinition class

SPRoleDefinition members

Microsoft.SharePoint namespace