Share via


Ingress.External Property

Definition

Gets or sets bool indicating if app exposes an external http endpoint

[Newtonsoft.Json.JsonProperty(PropertyName="external")]
public bool? External { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="external")>]
member this.External : Nullable<bool> with get, set
Public Property External As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to