Share via


Dapr.AppPort Property

Definition

Gets or sets port on which the Dapr side car

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to