UserCustomAction.Rights Property
Gets or sets the value that specifies the permissions needed for the custom action.
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 Rights As BasePermissions
Get
Set
'Usage
Dim instance As UserCustomAction
Dim value As BasePermissions
value = instance.Rights
instance.Rights = value
[RemoteAttribute]
public BasePermissions Rights { get; set; }
Property Value
Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permissions needed for the custom action.