Click or drag to resize

PerformanceThresholdServiceId Property

Gets or sets the Service ID if the Quality Gate is service based.

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

Property Value

Type: Guid
The service identifier. if the quality gate is iteration based, this property will be ignored.
See Also