Для изменения размера нажмите или перетащите

ConflictResolutionMode - перечисление

Defines how conflict resolutions are handled in update operations.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public enum ConflictResolutionMode
Члены
  Имя членаЗначениеОписание
NeverOverwrite0 Local property changes are discarded.
AutoResolve1 Local property changes are applied to the server unless the server-side copy is more recent than the local copy.
AlwaysOverwrite2 Local property changes overwrite server-side changes.
См. также