Notification.ReminderFrequencyType 列舉
會指出要傳送的特定提醒的頻率。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Enumeration ReminderFrequencyType
'用途
Dim instance As Notification.ReminderFrequencyType
public enum ReminderFrequencyType
成員
成員名稱 | 描述 | |
---|---|---|
Day | 值 = 1。每日傳送提醒。 | |
Week | 值 = 2。每週傳送提醒。 | |
Month | 值 = 3。每月傳送提醒。 |
備註
FrequencyPeriod屬性搭配FrequencyValue屬性來決定要傳送提醒的確切間隔。例如,如果您將FrequencyValue屬性設定為2,並將DayFrequencyPeriod屬性,然後提醒傳送每兩天。