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

备注

如果您将IsSubscribed更改为true,则还必须设置FrequencyValueFrequencyPeriod,和RecipientType ,或者您在应用更新时,将收到错误信息。

另请参阅

引用

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow 类

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow 成员

WebSvcNotifications 命名空间