SPAcl<T>.Remove method (SPAce<T>)

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)

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

See also

Reference

SPAcl<T> class

SPAcl<T> members

Remove overload

Microsoft.SharePoint.Administration namespace