Share via


RoleDefinitionCreationInformation.BasePermissions Property

Gets or sets a value that specifies the permissions for 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 Property BasePermissions As BasePermissions
    Get
    Set
'Usage
Dim instance As RoleDefinitionCreationInformation
Dim value As BasePermissions

value = instance.BasePermissions

instance.BasePermissions = value
[RemoteAttribute]
public BasePermissions BasePermissions { get; set; }

Property Value

Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permissions for the role definition.

Remarks

It must not be null. It must not be empty. Its length must be equal to or less than 255. It must not contain any of the following characters: []/\:|<>+=;,?*'@

See Also

Reference

RoleDefinitionCreationInformation Class

RoleDefinitionCreationInformation Members

Microsoft.SharePoint.Client Namespace