AppResourceProperties.HttpsOnly Property

Definition

Gets or sets indicate if only https is allowed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to