ESRI.ArcGIS.ADF.Connection
Find Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > ConnectionItemCollection Class : Find Method




name
Name of the item to find.
Find the item in the collection with the given name.

Syntax

Visual Basic (Declaration) 
Public Function Find( _
   ByVal name As String _
) As ConnectionItem
Visual Basic (Usage)Copy Code
Dim instance As ConnectionItemCollection
Dim name As String
Dim value As ConnectionItem
 
value = instance.Find(name)
C# 
public ConnectionItem Find( 
   string name
)

Parameters

name
Name of the item to find.

Return Value

The item with the passed in name.

See Also

© 2010 All Rights Reserved.