Web.RoleDefinitions - Propriété
Gets the collection of role definitions for the website.
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 RoleDefinitions As RoleDefinitionCollection
Get
'Utilisation
Dim instance As Web
Dim value As RoleDefinitionCollection
value = instance.RoleDefinitions
public RoleDefinitionCollection RoleDefinitions { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.RoleDefinitionCollection
A RoleDefinitionCollection object that represents the role definitions.