ProfilePropertySettingsCollection.IndexOf Method (ProfilePropertySettings)
.NET Framework (current version)
Returns the index of the specified ProfilePropertySettings object.
Assembly: System.Web (in System.Web.dll)
Parameters
- propertySettings
-
Type:
System.Web.Configuration.ProfilePropertySettings
A ProfilePropertySettings object in the collection.
Return Value
Type: System.Int32The index of the specified ProfilePropertySettings object, or -1 if the object is not found in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: