Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that specifies the permissions needed for the custom action.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Rights As BasePermissions
Get
Set
'Usage
Dim instance As UserCustomAction
Dim value As BasePermissions
value = instance.Rights
instance.Rights = value
public BasePermissions Rights { get; set; }
Property value
Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permissions needed for the custom action.