CompilerCollection.GetKey Method (Int32)

 

Gets the CompilerCollection key name at the specified index.

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

public string GetKey(
	int index
)

Parameters

index
Type: System.Int32

An integer value specifying a Compiler within the CompilerCollection.

Return Value

Type: System.String

The key name at the specified index of the CompilerCollection.

.NET Framework
Available since 2.0
Return to top
Show: