AuthenticationModuleElementCollection.IndexOf Methode

Definitie

Retourneert de index van het opgegeven configuratie-element.

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

Parameters

Retouren

De op nul gebaseerde index van element.

Van toepassing op

Zie ook