Condividi tramite


AppResourceProperties.PublicProperty Property

Definition

Gets or sets indicates whether the App exposes public endpoint

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to