TestRunConfiguration.SetupCommand, 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 SetupCommand As String
public string SetupCommand { get; set; }
public:
property String^ SetupCommand {
String^ get ();
void set (String^ value);
}
member SetupCommand : string with get, set
function get SetupCommand () : String
function set SetupCommand (value : String)
Valeur de propriété
Type : String
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.