System.Messaging Reference (Document! X Sample)



The AccessControlEntry to remove from the access control list.
Remove Method (AccessControlList)
Removes the first occurrence of a specific access control entry from the access control list.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal entry As AccessControlEntry _
) 
'Usage
 
Dim instance As AccessControlList
Dim entry As AccessControlEntry
 
instance.Remove(entry)
public void Remove( 
   AccessControlEntry entry
)
public:
void Remove( 
   AccessControlEntry^ entry
) 

Parameters

entry
The AccessControlEntry to remove from the access control list.
Exceptions
ExceptionDescription
The entry parameter is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also