ESRI.ArcGIS.Mobile.Client
IsFieldSearchable Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > FeatureSourceInfo Class : IsFieldSearchable Method

fieldName
The name of the field.
Returns whether a search may be performed against the given field.

Syntax

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

Parameters

fieldName
The name of the field.

Return Value

True if the field is searchable, false otherwise.

Requirements

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