ProfileGroupSettingsCollection.IndexOf Method (ProfileGroupSettings)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the index of the specified ProfileGroupSettings object.
Assembly: System.Web (in System.Web.dll)
Parameters
- group
-
Type:
System.Web.Configuration.ProfileGroupSettings
A ProfileGroupSettings object in the collection.
Return Value
Type: System.Int32The index of the specified ProfileGroupSettings object, or -1 if the specified ProfileGroupSettings object is not contained in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: