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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.