Share via


RemoteLoginInformation.Port Property

Definition

Gets port.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public double? Port { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : Nullable<double>
Public ReadOnly Property Port As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

SSH port number of the node.

Applies to