Scheduler for WinRT
AutoResolvedWinner Property


Gets the System.Boolean value determining if the item is a winner of an automatic conflict resolution.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property AutoResolvedWinner As Boolean
'Usage
 
Dim instance As Appointment
Dim value As Boolean
 
value = instance.AutoResolvedWinner
[DefaultValue()]
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.
Requirements

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

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.