Click or drag to resize

ProfileEnvironments Property

ALL Test environments used.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<TestEnvironment> Environments { get; set; }

Property Value

Type: ObservableCollectionTestEnvironment
See Also