ExcelDataStorageExistingFileBehavior Property |
Gets or sets the behavior to handling DataStorage when the target file exists.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public ExistingFileBehavior ExistingFileBehavior { get; set; }
<DataMemberAttribute>
Public Property ExistingFileBehavior As ExistingFileBehavior
Get
Set
public:
[DataMemberAttribute]
property ExistingFileBehavior ExistingFileBehavior {
ExistingFileBehavior get ();
void set (ExistingFileBehavior value);
}
[<DataMemberAttribute>]
member ExistingFileBehavior : ExistingFileBehavior with get, set
Property Value
Type:
ExistingFileBehavior
The existing file behavior.
See Also