IMessageActivity.DeliveryMode 属性

定义

获取或设置用于描述应如何传递此活动的提示。 null 或 “default” = default delivery “notification” = notification semantics See DeliveryModes for current constants.

public string DeliveryMode { get; set; }
member this.DeliveryMode : string with get, set
Public Property DeliveryMode As String

属性值

描述应如何传递此活动的提示。 null 或 “default” = default delivery “notification” = notification semantics See DeliveryModes for current constants.

适用于