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
Syntaxpublic bool IsActive { get; }Public ReadOnly Property IsActive As Boolean
	Get
public:
property bool IsActive {
	bool get ();
}member IsActive : bool with get
Property Value
Type: 
Boolean
See Also