'Declaration
Public Function IndexOf( _ ByVal entry As AccessControlEntry _ ) As Integer
'Usage
Dim instance As AccessControlList Dim entry As AccessControlEntry Dim value As Integer value = instance.IndexOf(entry)
public int IndexOf( AccessControlEntry entry )
public: int IndexOf( AccessControlEntry^ entry )
Parameters
- entry
- The AccessControlEntry to locate in the access control list.
Return Value
The index of the entry if it was found in the list; otherwise, -1