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; }
<DataMemberAttribute>
Public Property Overwrite As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool Overwrite {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member Overwrite : bool with get, set
Property Value
Type:
Booleantrue during the test, if the data storage contains data, it will be erased before the test; otherwise,
false.
See Also