共用方式為


ApplicationBase.AllowGuestsSignIn Property

Definition

Gets or sets a property on the application to indicate if the application accepts other IDPs or not or partially accepts.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to