Click or drag to resize

ProfileEnvironmentVariables Property

The Name of all environment variables. This list contains only Names, the values are stored in each environment;

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

Property Value

Type: ObservableCollectionString
See Also