UserCustomAction.Rights-Eigenschaft
Gets or sets the value that specifies the permissions needed for the custom action.
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 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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permissions needed for the custom action.