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

fieldName
The name of the field.
Returns whether or not the given field in this feature layer should be visible.

Syntax

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

Parameters

fieldName
The name of the field.

Return Value

True if the given field is visible; 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