次の方法で共有


Criterion.MatchCondition プロパティ

定義

RouteMap ルールを適用する一致条件を取得または設定します。 使用できる値は、'Unknown'、'Contains'、'Equals'、'NotContains'、'NotEquals' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象