System.Web.Configuration.ProfilePropertySettingsCollection.GetKey Method

Gets the name of the System.Web.Configuration.ProfilePropertySettings at the specified index location.

Syntax

public string GetKey (int index)

Parameters

index
The index of a System.Web.Configuration.ProfilePropertySettings in the collection.

Returns

The name of the System.Web.Configuration.ProfilePropertySettings at the specified index location.

Remarks

An object at the index must exist in the collection.

Requirements

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