ICategoriesCategories Property 
IT Hit WebDAV Classes Reference 
            Gets or sets categories or subtypes of the calendar component.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxstring[] Categories { get; set; }Property Categories As String()
	Get
	Set
property array<String^>^ Categories {
	array<String^>^ get ();
	void set (array<String^>^ value);
}abstract Categories : string[] with get, set
Property Value
Type: 
String
RemarksThe categories are useful in searching for a calendar component of a particular type and category.
See Also