Share via


ExitCodeRangeMapping.End Property

Definition

Gets the last exit code in the range.

public int End { get; }
member this.End : int
Public ReadOnly Property End 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