TestRun.AutoSaveResults Özellik

Tanım

Test sonuçlarının otomatik kaydedilip kaydedilmediğini gösteren bir Boole değeri alır veya ayarlar.

public:
 property bool AutoSaveResults { bool get(); void set(bool value); };
public bool AutoSaveResults { get; set; }
member this.AutoSaveResults : bool with get, set
Public Property AutoSaveResults As Boolean

Özellik Değeri

Boolean

test sonuçları otomatik kaydedildiyse doğru; Aksi takdirde, false.

Şunlara uygulanır