ProfilePropertySettingsCollection.AllKeys Property

 

Returns an array containing the names of all the ProfileSection objects contained in the collection.

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

public string[] AllKeys { get; }

Property Value

Type: System.String[]

An array containing the names of all the ProfileSection objects contained in the collection or an empty array if the collection is empty.

.NET Framework
Available since 2.0
Return to top
Show: