PSIpRule.IpAddress Property

Definition

IP Address, could be IP (e.g. 123.4.5.6) or CIDR (123.4.5.6/24)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to