RoleDefinitionBindingCollection.Remove Method
Removes the specified role definition from the binding collection.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub Remove ( _
roleDefinition As RoleDefinition _
)
'Usage
Dim instance As RoleDefinitionBindingCollection
Dim roleDefinition As RoleDefinition
instance.Remove(roleDefinition)
[RemoteAttribute]
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