[This is preliminary documentation and is subject to change.]
Searches for the specified BasePeerToPeerConfig and
returns the zero-based index of the first occurrence within the entire BasePeerToPeerConfigCollection.
| C# | Visual Basic | Visual C++ |
public int IndexOf( BasePeerToPeerConfig value )
Public Function IndexOf ( _ value As BasePeerToPeerConfig _ ) As Integer
public: int IndexOf( BasePeerToPeerConfig^ value )
- value (BasePeerToPeerConfig)
- The BasePeerToPeerConfig to locate in the BasePeerToPeerConfigCollection.
The zero-based index of the first occurrence of value within the entire BasePeerToPeerConfigCollection,
if found; otherwise, -1.