Click or drag to resize

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; }

Property Value

Type: ObservableCollectionString
The information.
See Also