ESRI.ArcGIS.Mobile.Client
Contains(String) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > FieldCollection Class > Contains Method : Contains(String) Method

fieldName
Name of the field to look for.
Indicates whether or not an item is in the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Contains( _
   ByVal fieldName As String _
) As Boolean
C# 
public bool Contains( 
   string fieldName
)

Parameters

fieldName
Name of the field to look for.

Return Value

True if found, false otherwise.

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