你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExitCodeRangeMapping.Start 属性

定义

获取范围中的第一个退出代码。

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

属性值

注解

范围是非独占的。 例如,如果 ExitCodeRangeMapping 指定 Start 8 和 End 10,则它匹配退出代码 8、9 和 10。

适用于