ExitCodeRangeMapping.Start Property

Definition

Gets the first exit code in the range.

public int Start { get; }
member this.Start : int
Public ReadOnly Property Start As Integer

Property Value

Remarks

Ranges are inclusive. For example, if an ExitCodeRangeMapping specifies Start 8 and End 10, then it matches exit codes 8, 9 and 10.

Applies to