AppointmentRecurrence Property |
Gets or sets the recurrence pattern.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.12
Syntaxpublic RecurrencePattern Recurrence { get; set; }
Public Property Recurrence As RecurrencePattern
Get
Set
public:
property RecurrencePattern^ Recurrence {
RecurrencePattern^ get ();
void set (RecurrencePattern^ value);
}
member Recurrence : RecurrencePattern with get, set
Property Value
Type:
RecurrencePatternThe recurrence pattern.
See Also