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; }<DataMemberAttribute>
Public Property SystemVariables As ObservableCollection(Of String)
	Get
	Set
public:
[DataMemberAttribute]
property ObservableCollection<String^>^ SystemVariables {
	ObservableCollection<String^>^ get ();
	void set (ObservableCollection<String^>^ value);
}[<DataMemberAttribute>]
member SystemVariables : ObservableCollection<string> with get, set
Property Value
Type: 
ObservableCollectionString
See Also