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; }
<DataMemberAttribute>
Public Property ServiceId As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid ServiceId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member ServiceId : Guid with get, set
Property Value
Type:
Guid
The service identifier. if the quality gate is iteration based, this property will be ignored.
See Also