共用方式為


ApplicationGetEndpoint.PublicPort Property

Definition

Gets or sets the public port to connect to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to