IJournalSummary Property
IT Hit WebDAV Classes Reference
Gets or sets a short summary or subject for the calendar component.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxICalText Summary { get; set; }
Property Summary As ICalText
Get
Set
property ICalText^ Summary {
ICalText^ get ();
void set (ICalText^ value);
}
abstract Summary : ICalText with get, set
Property Value
Type:
ICalTextICalText 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.12
See Also