ProcessModuleInfoInner.IsDebug Property

Definition

Gets or sets is debug?

[Newtonsoft.Json.JsonProperty(PropertyName="properties.is_debug")]
public bool? IsDebug { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.is_debug")>]
member this.IsDebug : Nullable<bool> with get, set
Public Property IsDebug As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to