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