Compartir a través de


Rule.MatchProcessingBehavior Propiedad

Definición

Obtiene o establece si esta regla es una coincidencia si el motor de reglas sigue ejecutando las reglas restantes o se detiene. Si no está presente, el valor predeterminado es Continuar. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a