共用方式為


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 中),會傳回false 。

備註

如果您變更trueIsSubscribed ,您也必須設定FrequencyValue()FrequencyPeriod(),且**RecipientType()**屬性,或套用更新時,會收到錯誤。

請參閱

參照

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow 類別

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow 成員

WebSvcNotifications 命名空間