VCalendarMethod Property
This is used to get the method (METHOD) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This property is only applicable to iCalendar 2.0 objects and is ignored for vCalendar objects.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public MethodProperty Method { get; }VB
Public ReadOnly Property Method As MethodProperty
GetC++
public:
property MethodProperty^ Method {
MethodProperty^ get ();
}F#
member Method : MethodProperty with getProperty Value
MethodPropertyThis property is only applicable to iCalendar 2.0 objects and is ignored for vCalendar objects.