Click or drag to resize

ReportItemName Property

Gets or sets the Name represents the Name of AbstractTestItem

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

Property Value

Type: String
The name.
See Also