Gets or sets the Data after the ImportData method
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected string[][] Data { get; set; }
Protected Property Data As String()()
Get
Set
protected:
property array<array<String^>^>^ Data {
array<array<String^>^>^ get ();
void set (array<array<String^>^>^ value);
}
member Data : string[][] with get, set
Property Value
Type:
String
The data.
See Also