TestEnvironmentIsDefault Property  | 
 
            Indicate if this test environment is Default environment. Default environment cannot be removed.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic bool IsDefault { get; }Public ReadOnly Property IsDefault As Boolean
	Get
public:
property bool IsDefault {
	bool get ();
}member IsDefault : bool with get
Property Value
Type: 
Boolean
See Also