Click or drag to resize

MessageReportItemIteration Property

Gets or sets the iteration number where this message has been sent.

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public int Iteration { get; set; }

Property Value

Type: Int32
The iteration number.
See Also