次の方法で共有


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 名前空間