Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the user or group from the collection based on the specified user or group name.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Remove ( _
name As String _
)
'Usage
Dim instance As SPPolicyCollection
Dim name As String
instance.Remove(name)
public void Remove(
string name
)
Parameters
name
Type: System.StringA string that specifies the name of the user or group to remove from the collection, for example, "DOMAIN\user_alias".