Freigeben über


TestRunConfiguration.IsExecutedRemotely-Eigenschaft

Ruft einen booleschen Wert ab, der angibt, ob der Testlauf remote ausgeführt werden muss, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property IsExecutedRemotely As Boolean
    Get
    Set
public bool IsExecutedRemotely { get; set; }
public:
property bool IsExecutedRemotely {
    bool get ();
    void set (bool value);
}
member IsExecutedRemotely : bool with get, set
function get IsExecutedRemotely () : boolean
function set IsExecutedRemotely (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn der Testlauf remote ausgeführt werden muss. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace