次の方法で共有


SBSubscription.DeadLetteringOnFilterEvaluationExceptions プロパティ

定義

フィルター評価例外に対する配信不能サポートがサブスクリプションにあるかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.deadLetteringOnFilterEvaluationExceptions")]
public bool? DeadLetteringOnFilterEvaluationExceptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.deadLetteringOnFilterEvaluationExceptions")>]
member this.DeadLetteringOnFilterEvaluationExceptions : Nullable<bool> with get, set
Public Property DeadLetteringOnFilterEvaluationExceptions As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象