[This is preliminary documentation and is subject to change.]
Determines the index of a specific item in the IList.
| C# | Visual Basic | Visual C++ |
public int IndexOf( ValidationAcsePresentationContextAccept value )
Public Function IndexOf ( _ value As ValidationAcsePresentationContextAccept _ ) As Integer
public: int IndexOf( ValidationAcsePresentationContextAccept^ value )
- value (ValidationAcsePresentationContextAccept)
- The item to locate in the IList.
The index of value if found in the list; otherwise, -1.