共用方式為


ITestSettingsMachineRole.IsExecution 屬性

取得值,這個值表示此電腦角色是否會執行測試。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property IsExecution As Boolean
bool IsExecution { get; set; }
property bool IsExecution {
    bool get ();
    void set (bool value);
}
abstract IsExecution : bool with get, set
function get IsExecution () : boolean 
function set IsExecution (value : boolean)

屬性值

類型:Boolean
如果此電腦角色會執行測試則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ITestSettingsMachineRole 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間