ArcGIS API for Silverlight - Library Reference
IsReadOnly Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : IsReadOnly Property

Whether the feature layer is read only. If False, changes made to the layer's graphic collection can be applied to the service by explicitly calling SubmitEdits or by setting AutoSave to True.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsReadOnly As Boolean
C# 
public bool IsReadOnly {get;}

Remarks

Only available after layer initialization.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.