Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Removes the first occurrence of a specific access control entry from the access control list.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
void Remove(
	AccessControlEntry^ entry
)

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
Return to top
Show:
© 2017 Microsoft