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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.