adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityDescriptor Class / RemovePermissions Method / RemovePermissions(AccessControlEntry) Method
The AccessControlEntry to remove.


In This Topic
    RemovePermissions(AccessControlEntry) Method
    In This Topic
    Removes the specified AccessControlEntry.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RemovePermissions( _
       ByVal entry As AccessControlEntry _
    ) 
    public void RemovePermissions( 
       AccessControlEntry entry
    )
    public:
    void RemovePermissions( 
       AccessControlEntry^ entry
    ) 

    Parameters

    entry
    The AccessControlEntry to remove.
    Remarks
    The specified entry is removed from the descriptor, if present.
    See Also