ProfileSetActiveEnvironment Method (String) | 
 
            Sets the active environment.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic void SetActiveEnvironment(
	string name
)
Public Sub SetActiveEnvironment ( 
	name As String
)
public:
void SetActiveEnvironment(
	String^ name
)
member SetActiveEnvironment : 
        name : string -> unit 
Parameters
- name
 - Type: SystemString
The name of the test environment. 
See Also