Freigeben über


ITestSettingsMachineRole.IsExecution-Eigenschaft

Ruft einen Wert ab, der angibt, ob diese Computerrolle Tests ausführt.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
true , wenn diese Computerrolle Tests ausführt, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestSettingsMachineRole Schnittstelle

Microsoft.TeamFoundation.TestManagement.Client-Namespace