RoleDefinition.RoleTypeKind - Propriété
Gets a value that specifies the type of the role definition.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RoleTypeKind As RoleType
Get
'Utilisation
Dim instance As RoleDefinition
Dim value As RoleType
value = instance.RoleTypeKind
public RoleType RoleTypeKind { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.RoleType
Returns a RoleType instance representing the type of the role definition.
Remarques
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.