ESRI.ArcGIS.ADF.Connection
NameExists Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > ConnectionManager 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 ConnectionManager
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.

See Also

© 2010 All Rights Reserved.