UrlMappingCollection.Item Property (Int32)

 
Use BaseTrue

Gets or sets the UrlMapping object at the specified index.

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

Public Property Item (
	index As Integer
) As UrlMapping

Parameters

index
Type: System.Int32

The index of the object to get.

Property Value

Type: System.Web.Configuration.UrlMapping

The object at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: