RoleDefinitionBindingCollection.Remove method
Removes the specified role definition from the binding collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
roleDefinition As RoleDefinition _
)
'Usage
Dim instance As RoleDefinitionBindingCollection
Dim roleDefinition As RoleDefinition
instance.Remove(roleDefinition)
public void Remove(
RoleDefinition roleDefinition
)
Parameters
roleDefinition
Type: Microsoft.SharePoint.Client.RoleDefinitionSpecifies the role definition to be removed.
Remarks
It must not be a null reference (Nothing in Visual Basic).
See also
Reference
RoleDefinitionBindingCollection class