Compartilhar via


IAuthConfig.LoginPreserveUrlFragmentsForLogin Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="preserveUrlFragmentsForLogins", Update=true)]
public bool? LoginPreserveUrlFragmentsForLogin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="preserveUrlFragmentsForLogins", Update=true)>]
member this.LoginPreserveUrlFragmentsForLogin : Nullable<bool> with get, set
Public Property LoginPreserveUrlFragmentsForLogin As Nullable(Of Boolean)

Property Value

Attributes

Applies to