RoleAssignment.RoleDefinitionBindings - Propriété
Gets the collection of role definition bindings for the role assignment.
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 RoleDefinitionBindings As RoleDefinitionBindingCollection
Get
'Utilisation
Dim instance As RoleAssignment
Dim value As RoleDefinitionBindingCollection
value = instance.RoleDefinitionBindings
public RoleDefinitionBindingCollection RoleDefinitionBindings { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.RoleDefinitionBindingCollection
A RoleDefinitionBindingCollection object that represents the role definition bindings.
Remarques
It must not be une référence Null (Rien dans Visual Basic).