DataStorageInformation Property |
Gets or sets the information generated by execution the data storage.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public ObservableCollection<string> Information { get; protected set; }
Public Property Information As ObservableCollection(Of String)
Get
Protected Set
public:
property ObservableCollection<String^>^ Information {
ObservableCollection<String^>^ get ();
protected: void set (ObservableCollection<String^>^ value);
}
member Information : ObservableCollection<string> with get, set
Property Value
Type:
ObservableCollectionString
The information.
See Also