Aracılığıyla paylaş


WebTestRecorderPluginReference.AlwaysExecute Özellik

Alır veya başvurulan eklenti gerekir her zaman yürütülen olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property AlwaysExecute As Boolean
    Get
    Set
public bool AlwaysExecute { get; set; }
public:
property bool AlwaysExecute {
    bool get ();
    void set (bool value);
}
member AlwaysExecute : bool with get, set
function get AlwaysExecute () : boolean
function set AlwaysExecute (value : boolean)

Özellik Değeri

Tür: System.Boolean
true Başvurulan eklenti gerekir her zaman yürütülmesi durumunda; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRecorderPluginReference Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı