Sdílet prostřednictvím


TestRunConfiguration.SetupCommand – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRunConfiguration Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů