ICalendar2Method Property
IT Hit WebDAV Classes Reference
Gets or sets iTip method type. Provides access to "METHOD" property.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIMethod Method { get; set; }
Property Method As IMethod
Get
Set
property IMethod^ Method {
IMethod^ get ();
void set (IMethod^ value);
}
abstract Method : IMethod with get, set
Property Value
Type:
IMethod
RemarksThe same method type must be also specified in Content-Type "method" parameter value.
https://tools.ietf.org/html/rfc5545#section-3.7.2
https://tools.ietf.org/html/rfc5546#section-1.4
See Also