Scheduler for WinRT
Appointments Property (AppointmentStorage)


Gets an AppointmentCollection object that contains appointment related information.
Syntax
'Declaration
 
<C1DescriptionAttribute("The collection of appointments.")>
Public ReadOnly Property Appointments As AppointmentCollection
'Usage
 
Dim instance As AppointmentStorage
Dim value As AppointmentCollection
 
value = instance.Appointments
[C1Description("The collection of appointments.")]
public AppointmentCollection Appointments {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

AppointmentStorage Class
AppointmentStorage Members

 

 


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