TestEnvironmentIsActive Property |
Indicate if this test environment is active environment.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
public:
property bool IsActive {
bool get ();
}
member IsActive : bool with get
Property Value
Type:
BooleanSee Also