ApplicationInner.LogoutUrl Property

Definition

Gets or sets the url of the logout page

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to