ComponentOne Scheduler for WinForms
AutoResolvedWinner Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : AutoResolvedWinner Property
Gets the System.Boolean value determining if the item is a winner of an automatic conflict resolution.
Syntax
'Declaration
 
Public ReadOnly Property AutoResolvedWinner As System.Boolean
public System.bool AutoResolvedWinner {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

Reference

Appointment Class
Appointment Members