ExcelDataStorageFileName Property |
Gets or sets the name of the Excel file where the data will be stored.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string FileName { get; set; }
<DataMemberAttribute>
Public Property FileName As String
Get
Set
public:
[DataMemberAttribute]
property String^ FileName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member FileName : string with get, set
Property Value
Type:
String
The name of the file, either relative path or absolute or UNC path
See Also