Share via


SiteAuthSettings.ConfigVersion Property

Definition

Gets or sets the ConfigVersion of the Authentication / Authorization feature in use for the current app. The setting in this value can control the behavior of the control plane for Authentication / Authorization.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to