ConnectionMonitorDestination.Port Property

Definition

Gets or sets the destination port used by connection monitor.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public int? Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to