CompilerCollection.AllKeys Property

 

Gets all the keys of the CompilerCollection.

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

public string[] AllKeys { get; }

Property Value

Type: System.String[]

The string array containing the collection keys.

You can use this array to access the Compiler objects contained in the collection.

.NET Framework
Available since 2.0
Return to top
Show: