Share via


RemoveListItemPermissionsActivity.Roles property

Gets or sets the roles to remove from the permissions for the specified SharePoint Foundation 2010 list.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property Roles As ArrayList
    Get
    Set
'Usage
Dim instance As RemoveListItemPermissionsActivity
Dim value As ArrayList

value = instance.Roles

instance.Roles = value
[ValidationOptionAttribute(ValidationOption.Required)]
public ArrayList Roles { get; set; }

Property value

Type: System.Collections.ArrayList
Returns ArrayList.

See also

Reference

RemoveListItemPermissionsActivity class

RemoveListItemPermissionsActivity members

Microsoft.SharePoint.WorkflowActions.WithKey namespace