IAppointmentIsRecurring Property |
Is this a recurring appointment.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsRecurring { get; }
ReadOnly Property IsRecurring As Boolean
Get
Dim instance As IAppointment
Dim value As Boolean
value = instance.IsRecurring
property bool IsRecurring {
bool get ();
}
Property Value
Type:
Boolean
See Also