GeneralSettingsPostImageOnError Property |
Gets or sets whether to log a desktop screenshot when an error occurs during the test run.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public bool PostImageOnError { get; set; }
Public Property PostImageOnError As Boolean
Get
Set
Dim instance As GeneralSettings
Dim value As Boolean
value = instance.PostImageOnError
instance.PostImageOnError = value
public:
property bool PostImageOnError {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also