ESRI.ArcGIS.ADF
Item Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > StringCollection Class : Item Property




index
Gets a string from a given index in the collection.

Syntax

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

Parameters

index

See Also

© 2010 All Rights Reserved.