SiteMapNodeCollection.IList.Item Property (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the IList element at the specified index.

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

Private Property Item (
	index As Integer
) As Object Implements IList.Item

Parameters

index
Type: System.Int32

The zero-based index of the element to get.

Property Value

Type: System.Object

The element at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: