UrlMappingCollection.GetKey Method (Int32)

 

Gets the collection key of the specified element.

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

member GetKey : 
        index:int -> string

Parameters

index
Type: System.Int32

The collection index of the element to get.

Return Value

Type: System.String

A string representing the value of the key.

.NET Framework
Available since 2.0
Return to top
Show: