StatusTypeInProcess Property
IT Hit WebDAV Classes Reference
Indicates to-do in process of. Valid for to-do component only. String value is "IN-PROCESS", integer value is 6.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic static StatusType InProcess { get; }
Public Shared ReadOnly Property InProcess As StatusType
Get
public:
static property StatusType^ InProcess {
StatusType^ get ();
}
static member InProcess : StatusType with get
Property Value
Type:
StatusType
See Also