SettingsActiveTestEnvironment Property  | 
 
            The name of Active Test Environment 
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string ActiveTestEnvironment { get; set; }Public Property ActiveTestEnvironment As String
	Get
	Set
public:
property String^ ActiveTestEnvironment {
	String^ get ();
	void set (String^ value);
}member ActiveTestEnvironment : string with get, set
Property Value
Type: 
String
See Also