CustomActionElement.Rights property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Rights As BasePermissions
Get
'Usage
Dim instance As CustomActionElement
Dim value As BasePermissions
value = instance.Rights
public BasePermissions Rights { get; }
Property value
Type: Microsoft.SharePoint.Client.BasePermissions