WebRequestModuleElementCollection.IndexOf(WebRequestModuleElement) Method

Definition

Returns the index of the specified configuration element.

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

Parameters

Returns

The zero-based index of element.

Applies to