DataDrivenTestCaseDataStorage Property |
Gets or sets the data storage where to save received data;
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public DataStorage DataStorage { get; set; }
<DataMemberAttribute>
Public Property DataStorage As DataStorage
Get
Set
public:
[DataMemberAttribute]
property DataStorage^ DataStorage {
DataStorage^ get ();
void set (DataStorage^ value);
}
[<DataMemberAttribute>]
member DataStorage : DataStorage with get, set
Property Value
Type:
DataStorage
The data storage.
See Also