Click or drag to resize

ProfileSystemVariables Property

The Name of all system 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> SystemVariables { get; set; }

Property Value

Type: ObservableCollectionString
See Also