次の方法で共有


ApplicationBase.AllowGuestsSignIn プロパティ

定義

アプリケーションが他の IDP を受け入れるかどうか、または部分的に受け入れるかどうかを示す、アプリケーションのプロパティを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象