次の方法で共有


Notification.Threshold プロパティ

定義

通知に関連付けられているしきい値を取得または設定します。 コストがしきい値を超えたときに通知が送信されます。 常にパーセントであり、0 から 1000 の間である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="threshold")]
public decimal Threshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="threshold")>]
member this.Threshold : decimal with get, set
Public Property Threshold As Decimal

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象