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

 

Determines the specific index of an access control entry in the access control list.

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

public:
int IndexOf(
	AccessControlEntry^ entry
)

Parameters

entry
Type: System.Messaging::AccessControlEntry^

The AccessControlEntry to locate in the access control list.

Return Value

Type: System::Int32

The index of the entry if it was found in the list; otherwise, -1

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