ESRI.ArcGIS.ADF.Connection | |
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.).
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.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