Proprietà TestRunConfiguration.SetupCommand
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.