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::Contains Method (AccessControlEntry^)

 

Determines whether the access control list contains a specific access control entry.

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

public:
bool Contains(
	AccessControlEntry^ entry
)

Parameters

entry
Type: System.Messaging::AccessControlEntry^

The AccessControlEntry to locate in the access control list.

Return Value

Type: System::Boolean

true if the access control entry is found in the access control list; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft