ESRI.ArcGIS.ADF
NameExists Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > ThreadSafeCollection Class : NameExists Method




name
Indicates whether an item with the specified name exists.

Syntax

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

Parameters

name

Return Value

True if item exists, false if not.

See Also

© 2010 All Rights Reserved.