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)

member Item : 
        index:int -> Converter with get, set

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: