Click or drag to resize

AbstractTestItemId Property

Gets or sets the unique identifier of the TestCase.

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

Property Value

Type: Guid
The identifier.
See Also