ESRI.ArcGIS.ADF.Connection
NameExists Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection Namespace > ConnectionItemCollection Class : NameExists Method




name
Name of the item to check for.
Indicates whether an item of the given name exists.

Syntax

Visual Basic (Declaration) 
Protected Overrides Function NameExists( _
   ByVal name As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ConnectionItemCollection
Dim name As String
Dim value As Boolean
 
value = instance.NameExists(name)
C# 
protected override bool NameExists( 
   string name
)

Parameters

name
Name of the item to check for.

Return Value

True if item exists, false if not.

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.