CustomErrorCollection.GetKey Method (Int32)

 
Use BaseTrue

Gets the CustomErrorCollection key at the specified index.

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

Public Function GetKey (
	index As Integer
) As String

Parameters

index
Type: System.Int32

The collection key's index.

Return Value

Type: System.String

The CustomErrorCollection key at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: