次の方法で共有


RuleUpdateParameters.MatchProcessingBehavior プロパティ

定義

ルール エンジンが残りのルールを引き続き実行するか停止する場合に、このルールが一致するかどうかを取得または設定します。 存在しない場合、既定値は Continue です。 使用可能な値は、'Continue'、'Stop' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象