The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AccessControlList::Remove Method (AccessControlEntry^)
.NET Framework (current version)
Removes the first occurrence of a specific access control entry from the access control list.
Assembly: System.Messaging (in System.Messaging.dll)
Parameters
- entry
-
Type:
System.Messaging::AccessControlEntry^
The AccessControlEntry to remove from the access control list.
| Exception | Condition |
|---|---|
| ArgumentNullException | The entry parameter is null. |
The access control entries that follow the removed item move up to occupy the vacated spot.
.NET Framework
Available since 1.1
Available since 1.1
Show: