Whether to display a notification message when conflicts are detected and resolved whle saving edits.
Syntax
Visual Basic (Declaration) | |
---|
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<DefaultValueAttribute()>
<ResCategoryAttribute("Conflict Resolution")>
<ResDescriptionAttribute("Whether to display a notification message when conflicts are detected and resolved whle saving edits.")>
Public Property NotifyOnConflicts As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EditorTask
Dim value As Boolean
instance.NotifyOnConflicts = value
value = instance.NotifyOnConflicts |
C# | |
---|
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute()]
[ResCategoryAttribute("Conflict Resolution")]
[ResDescriptionAttribute("Whether to display a notification message when conflicts are detected and resolved whle saving edits.")]
public bool NotifyOnConflicts {get; set;} |
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