TestRunConfiguration.IsExecutedRemotely, propriété
Obtient ou définit une valeur booléenne qui indique si la série de tests doit être exécutée à distance.
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
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)
Valeur de propriété
Type : System.Boolean
true si la série de tests doit être exécutée à distance ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.