次の方法で共有


RemoteLoginInformation.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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ノードの SSH ポート番号。

適用対象