UserCustomAction.Rights - Propriété
Gets or sets the value that specifies the permissions needed for the custom action.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Rights As BasePermissions
Get
Set
'Utilisation
Dim instance As UserCustomAction
Dim value As BasePermissions
value = instance.Rights
instance.Rights = value
public BasePermissions Rights { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permissions needed for the custom action.