Item.ReminderMinutesBeforeStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of minutes before the start of this item that the reminder should be triggered.
public:
property int ReminderMinutesBeforeStart { int get(); void set(int value); };
public int ReminderMinutesBeforeStart { get; set; }
Public Property ReminderMinutesBeforeStart As Integer
Property Value
An integer value indicating the number of minutes.