Web.RoleDefinitions-Eigenschaft
Gets the collection of role definitions for the website.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RoleDefinitions As RoleDefinitionCollection
Get
'Usage
Dim instance As Web
Dim value As RoleDefinitionCollection
value = instance.RoleDefinitions
public RoleDefinitionCollection RoleDefinitions { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.RoleDefinitionCollection
A RoleDefinitionCollection object that represents the role definitions.