IProcessModuleInfoProperties.IsDebug Property

Definition

Is debug?

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Is debug?", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="is_debug")]
public bool? IsDebug { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Is debug?", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="is_debug")>]
member this.IsDebug : Nullable<bool> with get, set
Public Property IsDebug As Nullable(Of Boolean)

Property Value

Attributes

Applies to