次の方法で共有


WebApplicationFirewallCustomRule.RuleType プロパティ

定義

規則の種類を取得または設定します。 使用可能な値は、'MatchRule'、'Invalid' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象