ProfileActiveEnvironment Property |
Gets the active test environment.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[XmlIgnoreAttribute]
public TestEnvironment ActiveEnvironment { get; }<XmlIgnoreAttribute>
Public ReadOnly Property ActiveEnvironment As TestEnvironment
Get
public:
[XmlIgnoreAttribute]
property TestEnvironment^ ActiveEnvironment {
TestEnvironment^ get ();
}[<XmlIgnoreAttribute>]
member ActiveEnvironment : TestEnvironment with get
Property Value
Type:
TestEnvironment
The active test environment.
See Also