Share via


VerificationIPFlowParameters.RemotePort Property

Definition

Gets or sets the remote 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="remotePort")]
public string RemotePort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="remotePort")>]
member this.RemotePort : string with get, set
Public Property RemotePort As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to