Partager via


TestRunConfiguration.IsExecutedRemotely, propriété

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

TestRunConfiguration Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms