共用方式為


IPRule.Value 屬性

定義

取得或設定要篩選的 IP 位址或 IP 位址範圍

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

CIDR 格式的 IPv4 位址或 IPv4 位址範圍。

適用於