AccessControlList.Remove(AccessControlEntry) Method

Definition

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

public:
 void Remove(System::Messaging::AccessControlEntry ^ entry);
public void Remove (System.Messaging.AccessControlEntry entry);
member this.Remove : System.Messaging.AccessControlEntry -> unit
Public Sub Remove (entry As AccessControlEntry)

Parameters

entry
AccessControlEntry

The AccessControlEntry to remove from the access control list.

Exceptions

The entry parameter is null.

Remarks

The access control entries that follow the removed item move up to occupy the vacated spot.

Applies to

See also