AutomationProjectActiveEnvironment Property |
Gets or sets the active environment.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string ActiveEnvironment { get; set; }
<DataMemberAttribute>
Public Property ActiveEnvironment As String
Get
Set
public:
[DataMemberAttribute]
property String^ ActiveEnvironment {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ActiveEnvironment : string with get, set
Property Value
Type:
String
The active environment.
See Also