IUserTypeParamUserType Property
IT Hit WebDAV Classes Reference
Gets or sets type of calendar user. Provides access to "CUTYPE" parameter.
Namespace: ITHit.WebDAV.Calendar.ParamsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxCalendarUserType UserType { get; set; }
Property UserType As CalendarUserType
Get
Set
property CalendarUserType^ UserType {
CalendarUserType^ get ();
void set (CalendarUserType^ value);
}
abstract UserType : CalendarUserType with get, set
Property Value
Type:
CalendarUserType
See Also