Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Appointment Class / AutoResolvedWinner Property

In This Topic
    AutoResolvedWinner Property (Appointment)
    In This Topic
    Gets the System.Boolean value determining if the item is a winner of an automatic conflict resolution.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AutoResolvedWinner As Boolean
    public 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