RoleDefinition.RoleTypeKind Property
Gets a value that specifies the type of the role definition.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property RoleTypeKind As RoleType
Get
'Usage
Dim instance As RoleDefinition
Dim value As RoleType
value = instance.RoleTypeKind
[RemoteAttribute]
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.