Share via


VerificationIPFlowParameters.LocalPort Property

Definition

Gets or sets the local port. Acceptable values are a single integer in the range (0-65535). Support for * for the source port, which depends on the direction.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to