Share via


SiteAuthSettings.IsAuthFromFile Property

Definition

Gets or sets "true" if the auth config settings should be read from a file, "false" otherwise

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isAuthFromFile")]
public string IsAuthFromFile { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isAuthFromFile")>]
member this.IsAuthFromFile : string with get, set
Public Property IsAuthFromFile As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to