ESRI.ArcGIS.ADF.Web.DataSources
Find Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GISFunctionalityCollection Class : Find Method




name
Name of the item to find.
Find the item in the collection with the given name.

Syntax

Visual Basic (Declaration) 
Public Function Find( _
   ByVal name As String _
) As IGISFunctionality
Visual Basic (Usage)Copy Code
Dim instance As GISFunctionalityCollection
Dim name As String
Dim value As IGISFunctionality
 
value = instance.Find(name)
C# 
public IGISFunctionality Find( 
   string name
)

Parameters

name
Name of the item to find.

Return Value

The item with the passed in name.

See Also

© 2010 All Rights Reserved.