ESRI.ArcGIS.ADF.IMS
Item Property
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > InputFieldCollection Class : Item Property




index
The index of the InputField to retrieve.
Gets the InputField at a given index.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As InputField
Visual Basic (Usage)Copy Code
Dim instance As InputFieldCollection
Dim index As Integer
Dim value As InputField
 
value = instance.Item(index)
C# 
public InputField this[ 
   int index
]; {get;}

Parameters

index
The index of the InputField to retrieve.

See Also

© 2010 All Rights Reserved.