_AppointmentItem.ReminderMinutesBeforeStart Property

Definition

Returns or sets an Integer (int in C#) value indicating the number of minutes the reminder should occur prior to the start of the appointment. Read/write.

public:
 property int ReminderMinutesBeforeStart { int get(); void set(int value); };
public int ReminderMinutesBeforeStart { get; set; }
Public Property ReminderMinutesBeforeStart As Integer

Property Value

Applies to