Scheduler for WinRT
Conflicts Property


Gets the AppointmentList object representing the list of Appointment objects which are in conflict with this particular appointment.
Syntax
'Declaration
 
Public ReadOnly Property Conflicts As AppointmentList
'Usage
 
Dim instance As Appointment
Dim value As AppointmentList
 
value = instance.Conflicts
public AppointmentList Conflicts {get;}
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.