共用方式為


ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow.IsSubscribed 屬性

會指出目前的使用者是否會收到此提醒通知。

命名空間:  WebSvcNotifications
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Property IsSubscribed As Boolean
    Get
    Set
'用途
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow
Dim value As Boolean

value = instance.IsSubscribed

instance.IsSubscribed = value
public bool IsSubscribed { get; set; }

屬性值

類型:System.Boolean

備註

如果您變更trueIsSubscribed ,您也必須設定FrequencyValueFrequencyPeriod,並RecipientType或您會收到錯誤時套用更新。

請參閱

參照

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow 類別

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow 成員

WebSvcNotifications 命名空間