IAppointmentRecurrence Property |
Get the recurrence object for this appointment. If this is not a recurring event the object gets default zero values.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIRecurrence Recurrence { get; }
ReadOnly Property Recurrence As IRecurrence
Get
Dim instance As IAppointment
Dim value As IRecurrence
value = instance.Recurrence
property IRecurrence^ Recurrence {
IRecurrence^ get ();
}
Property Value
Type:
IRecurrence
See Also