Gets the Boolean value determining if the item is a winner of an automatic conflict resolution.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool AutoResolvedWinner { get; }
Visual Basic
<DefaultValueAttribute(False)> _
Public ReadOnly Property AutoResolvedWinner As Boolean
	Get

Remarks

A value of false does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item should be in conflict with another item. If an item has its Conflicts.Count property greater than zero and if its AutoResolvedWinner property is true, it is a winner of an automatic conflict resolution. On the other hand, if the item is in conflict and has its AutoResolvedWinner property as false, it is a loser in an automatic conflict resolution.

See Also