ConvertersCollection.Item Property (Int32)

 

Gets or sets an item in the ConvertersCollection collection.

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

Public Property Item (
	index As Integer
) As Converter

Parameters

index
Type: System.Int32

A Converter collection index.

Property Value

Type: System.Web.Configuration.Converter

The Converter object at the specified index.

.NET Framework
Available since 3.5
Return to top
Show: