ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Methode

Definitie

Retourneert de index van het opgegeven ProfileGroupSettings object.

public:
 int IndexOf(System::Web::Configuration::ProfileGroupSettings ^ group);
public int IndexOf(System.Web.Configuration.ProfileGroupSettings group);
member this.IndexOf : System.Web.Configuration.ProfileGroupSettings -> int
Public Function IndexOf (group As ProfileGroupSettings) As Integer

Parameters

group
ProfileGroupSettings

Een ProfileGroupSettings object in de verzameling.

Retouren

De index van het opgegeven ProfileGroupSettings object of -1 als het opgegeven ProfileGroupSettings object niet is opgenomen in de verzameling.

Van toepassing op

Zie ook