ConnectionManagementElementCollection.IndexOf Method

Definition

Returns the index of the specified configuration element.

public:
 int IndexOf(System::Net::Configuration::ConnectionManagementElement ^ element);
public int IndexOf (System.Net.Configuration.ConnectionManagementElement element);
member this.IndexOf : System.Net.Configuration.ConnectionManagementElement -> int
Public Function IndexOf (element As ConnectionManagementElement) As Integer

Parameters

Returns

The zero-based index of element.

Applies to

See also