Udostępnij za pośrednictwem


Właściwość TestRunConfiguration.IsExecutedRemotely —

Zwraca lub ustawia wartość logiczną wskazującą, czy badania można wykonywać zdalnie.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property IsExecutedRemotely As Boolean
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)

Wartość właściwości

Typ: System.Boolean
true uruchomienie testu musi być wykonywane zdalnie; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunConfiguration Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common