次の方法で共有


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow.IsSubscribed プロパティ

現在のユーザーがこの通知を受信するかどうかを示します。

名前空間:  WebSvcNotifications
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property IsSubscribed As Boolean
    Get
    Set
'使用
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow
Dim value As Boolean

value = instance.IsSubscribed

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

プロパティ値

型: System.Boolean
値がnull 参照 (Visual Basic のNothing )の場合は、 falseを返します。

注釈

IsSubscribedをtrueに変更する場合は、 FrequencyValue()FrequencyPeriod()、および**RecipientType()**プロパティを設定することもする必要があります。 または更新プログラムが適用されたときに、エラーが発生します。

関連項目

参照先

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow クラス

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow メンバー

WebSvcNotifications 名前空間