IStatusStatus Property
IT Hit WebDAV Classes Reference
Gets or sets the overall status or confirmation for the calendar component. Provides access to "STATUS" property value.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxStatusType Status { get; set; }
Property Status As StatusType
Get
Set
property StatusType^ Status {
StatusType^ get ();
void set (StatusType^ value);
}
abstract Status : StatusType with get, set
Property Value
Type:
StatusType
See Also