次の方法で共有


MatchedRule.Action プロパティ

定義

ネットワーク トラフィックが許可または拒否されるを取得または設定します。 指定できる値は、'Allow' と 'Deny' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象