IJournalStatus Property
IT Hit WebDAV Classes Reference
Gets or sets overall status or confirmation for the event calendar component.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIStatus Status { get; set; }
Property Status As IStatus
Get
Set
property IStatus^ Status {
IStatus^ get ();
void set (IStatus^ value);
}
abstract Status : IStatus with get, set
Property Value
Type:
IStatusIStatus or
null if property is not present. Use
CreatePropertyT to create a new property and assign value. Set value to
null to remove the property.
Remarkshttp://tools.ietf.org/html/rfc5545#section-3.8.1.11
See Also