Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <FlagsAttribute()> Public Enum SynchronizationConflictReason Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SynchronizationConflictReason
[Flags()] public enum SynchronizationConflictReason : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
This enumeration can be treated as a bit field, that is, a set of flags.
System.Object System.ValueType System.Enum Xceed.Synchronization.SynchronizationConflictReason
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Xceed.Synchronization Namespace