Scheduler for WinRT
Resources Property (Appointment)


Gets the ResourceList object which holds the set of Resource objects for this appointment. An appointment may be associated with multiple resources.
Syntax
'Declaration
 
Public ReadOnly Property Resources As ResourceList
'Usage
 
Dim instance As Appointment
Dim value As ResourceList
 
value = instance.Resources
public ResourceList Resources {get;}
Remarks
This property only accepts Resource objects which are present in the C1ScheduleStorage.ResourceStorage storage.
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.