PerformanceThresholdTestStatus Property |
Gets or sets TestStatus.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public TestStatus TestStatus { get; set; }
Public Property TestStatus As TestStatus
Get
Set
public:
property TestStatus TestStatus {
TestStatus get ();
void set (TestStatus value);
}
member TestStatus : TestStatus with get, set
Property Value
Type:
TestStatus
An
TestStatus value that represents TestStatus of the current object
See Also