ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metodo

Definizione

Restituisce l'indice dell'oggetto specificato ProfileGroupSettings .

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

Parametri

group
ProfileGroupSettings

Oggetto ProfileGroupSettings nell'insieme.

Valori restituiti

Indice dell'oggetto specificato o -1 se l'oggetto specificato ProfileGroupSettingsProfileGroupSettings non è contenuto nell'insieme.

Si applica a

Vedi anche