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

fieldName
The name of the field.
Returns whether the given field can be edited.

Syntax

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

Parameters

fieldName
The name of the field.

Return Value

True if the field can be edited, 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