Scheduler for WinRT
Categories Property (Appointment)


Gets the CategoryList object which holds the set of categories assigned to the appointment. Categories may be associated with an appointment to effectively group appointments. An appointment may be associated with multiple categories.
Syntax
'Declaration
 
Public ReadOnly Property Categories As CategoryList
'Usage
 
Dim instance As Appointment
Dim value As CategoryList
 
value = instance.Categories
public CategoryList Categories {get;}
Remarks
This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage 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.