RunInfo.AgentMachine, propriété
Obtient le nom de l'ordinateur sur lequel le test a été effectué.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AgentMachine As String
Get
public string AgentMachine { get; }
public:
property String^ AgentMachine {
String^ get ();
}
member AgentMachine : string
function get AgentMachine () : String
Valeur de propriété
Type : System.String
string qui contient le nom de l'ordinateur.
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.