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 specified principal from the access control list based on the specified access control entry (ACE).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
ace As SPAce(Of T) _
)
'Usage
Dim instance As SPAcl
Dim ace As SPAce(Of T)
instance.Remove(ace)
public void Remove(
SPAce<T> ace
)
Parameters
ace
Type: Microsoft.SharePoint.Administration.SPAce<T>An SPAce<T> object that represents the ACE to remove.