System.Web.Configuration.ProfilePropertySettingsCollection.IndexOf Method

Returns the index of the specified System.Web.Configuration.ProfilePropertySettings object.

Syntax

public int IndexOf (ProfilePropertySettings propertySettings)

Parameters

propertySettings
A System.Web.Configuration.ProfilePropertySettings object in the collection.

Returns

The index of the specified System.Web.Configuration.ProfilePropertySettings object, or -1 if the object is not found in the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0