共用方式為


SPAlert.DeliveryChannels property

取得或設定值,指出警示的傳遞方法。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property DeliveryChannels As SPAlertDeliveryChannels
    Get
    Set
'用途
Dim instance As SPAlert
Dim value As SPAlertDeliveryChannels

value = instance.DeliveryChannels

instance.DeliveryChannels = value
public SPAlertDeliveryChannels DeliveryChannels { get; set; }

Property value

Type: Microsoft.SharePoint.SPAlertDeliveryChannels
傳遞方法 (電子郵件或 SMS 訊息)。

請參閱

參照

SPAlert class

SPAlert members

Microsoft.SharePoint namespace