Documentation for: ASP.NET Ajax Version 1.0

This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.

 

 

 

 

 

 

 

Item Property (index)

Gets or sets an item in the ConvertersCollection collection.

Syntax

CSharp

public Converter Item [
	int index
] { get; set; }

VisualBasic

Public Property Item ( _
	index As Integer _
) As Converter

ManagedCPlusPlus

public:
Converter^ Item {
	Converter^ get (int index);
	void set (, Converter^ value);
}

JSharp

/** @property */
/** @property */

Parameters

index (Int32)

A Converter collection index.

Value

Return Value

The Converter object at the specified index.

Assembly: System.Web.Extensions (Module: System.Web.Extensions)