ClientTargetCollection.AllKeys Property

 
Use BaseTrue

Returns an array of the keys for all the configuration elements contained in the ClientTargetCollection collection.

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

public string[] AllKeys { get; }

Property Value

Type: System.String[]

The array of the keys for all of the ClientTarget objects contained in the ClientTargetCollection.

.NET Framework
Available since 2.0
Return to top
Show: