AccessControlList.Remove(AccessControlEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.