ITestActionResult.ActionId 属性

 

获取或设置此操作结果的标识符。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

int ActionId { get; set; }
property int ActionId {
    int get();
    void set(int value);
}
abstract ActionId : int with get, set
Property ActionId As Integer

属性值

Type: System.Int32

标识符。

请参阅

ITestActionResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首