SlotConfigNames.AppSettingNames Property

Definition

Optional. One or more string elements that list the name of the app setting that will not be moved durig site swap. For example, if slot named staging has setting EnableVerboseLogging=1, it shouldn't be moved when swapped with production slot but should take the current value from production.

public System.Collections.Generic.IList<string> AppSettingNames { get; set; }
member this.AppSettingNames : System.Collections.Generic.IList<string> with get, set
Public Property AppSettingNames As IList(Of String)

Property Value

Applies to