Share via


ExitCodeMapping.Code Property

Definition

Gets or sets a process exit code.

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public int Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : int with get, set
Public Property Code As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to