ESRI.ArcGIS.ADF.Web.DataSources
Item Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GISDataSourceCollection Class : Item Property




index
The item at the given index in the collection.

Syntax

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

Parameters

index

See Also

© 2010 All Rights Reserved.