RoleDefinition.RoleTypeKind property
Gets a value that specifies the type of the role definition.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RoleTypeKind As RoleType
Get
'Usage
Dim instance As RoleDefinition
Dim value As RoleType
value = instance.RoleTypeKind
public RoleType RoleTypeKind { get; }
Property value
Type: Microsoft.SharePoint.Client.RoleType
Returns a RoleType instance representing the type of the role definition.
Remarks
It must be a value from the Microsoft.SharePoint.Client.RoleType enumeration.
Its value must be equal to or greater than 0. Its value must be equal to or less than 6.