Click or drag to resize

AbstractTestItemDescription Property

Gets or sets the Description of the current AbstractTestItem

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

Property Value

Type: String
The description.
See Also