ESRI.ArcGIS.ADF.ArcGISServer.Editor
ConflictLevel Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : ConflictLevel Property




How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
<ResDescriptionAttribute("How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).")>
<ResCategoryAttribute("Conflict Resolution")>
Public Property ConflictLevel As ConflictLevel
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As ConflictLevel
 
instance.ConflictLevel = value
 
value = instance.ConflictLevel
C# 
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
[ResDescriptionAttribute("How conflicts are defined. Either when a second user edits the same feature (Row), or only when editing the same attributes of a feature (Column).")]
[ResCategoryAttribute("Conflict Resolution")]
public ConflictLevel ConflictLevel {get; set;}

See Also

© 2010 All Rights Reserved.