次の方法で共有


WebApplicationFirewallCustomRule.Priority プロパティ

定義

規則の優先度を取得または設定します。 値が小さいルールは、値が大きいルールの前に評価されます。

[Newtonsoft.Json.JsonProperty(PropertyName="priority")]
public int Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="priority")>]
member this.Priority : int with get, set
Public Property Priority As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象