次の方法で共有


SiteAuthSettings.IsAuthFromFile プロパティ

定義

認証構成設定をファイルから読み取る必要がある場合は "true" を、それ以外の場合は "false" を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象