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




name
Name of the item to find.
serverType
Type of server (ArcGIS, ArcIMS, etc.).
Finds the item in the collection with the given name.

Syntax

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

Parameters

name
Name of the item to find.
serverType
Type of server (ArcGIS, ArcIMS, etc.).

Return Value

The item with the passed in name, or null if not found.

See Also

© 2010 All Rights Reserved.