次の方法で共有


TriggerCondition.ThresholdOperator プロパティ

定義

ルール -'GreaterThan' または 'LessThan' の評価操作を取得または設定します。 使用できる値は、'GreaterThanOrEqual'、'LessThanOrEqual'、'GreaterThan'、'LessThan'、'Equal' です。

[Newtonsoft.Json.JsonProperty(PropertyName="thresholdOperator")]
public string ThresholdOperator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="thresholdOperator")>]
member this.ThresholdOperator : string with get, set
Public Property ThresholdOperator As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象