ESRI.ArcGIS.ADF.Connection.Core
Find Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.