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




Whether conflicting features are replaced by their representations in the target version or the current edit session.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether conflicting features are replaced by their representations in the target version or the current edit session.")>
<ResCategoryAttribute("Conflict Resolution")>
Public Property ConflictResolution As ConflictResolution
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As ConflictResolution
 
instance.ConflictResolution = value
 
value = instance.ConflictResolution
C# 
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether conflicting features are replaced by their representations in the target version or the current edit session.")]
[ResCategoryAttribute("Conflict Resolution")]
public ConflictResolution ConflictResolution {get; set;}

See Also

© 2010 All Rights Reserved.