ProfileSettingsCollection.Item Property (String)

 

Gets the ProfileSettings object based on the specified key in the collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public ProfileSettings this[
	string key
] { get; }

Parameters

key
Type: System.String

The name of the ProfileSettings object contained in the collection.

.NET Framework
Available since 2.0
Return to top
Show: