ICategoriesCategories Property
IT Hit WebDAV Classes Reference
Gets or sets categories or subtypes of the calendar component.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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