ISlotDifference.SettingType Property

Definition

The type of the setting: General, AppSetting or ConnectionString.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The type of the setting: General, AppSetting or ConnectionString.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="settingType", Update=false)]
public string SettingType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=false, Description="The type of the setting: General, AppSetting or ConnectionString.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="settingType", Update=false)>]
member this.SettingType : string
Public ReadOnly Property SettingType As String

Property Value

Attributes

Applies to