Click or drag to resize

DataStorageOverwrite Property

Gets or sets a value indicating whether the data should be overwritten

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool Overwrite { get; set; }

Property Value

Type: Boolean
true during the test, if the data storage contains data, it will be erased before the test; otherwise, false.
See Also