Modifier

Share via


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Method

Definition

Returns the index of the specified 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

A ProfileGroupSettings object in the collection.

Returns

The index of the specified ProfileGroupSettings object, or -1 if the specified ProfileGroupSettings object is not contained in the collection.

Applies to

See also