SettingsProfiles Property |
Gets or sets the profiles used in Hummingbird.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public ObservableCollection<ProfileInformation> Profiles { get; set; }
Public Property Profiles As ObservableCollection(Of ProfileInformation)
Get
Set
public:
property ObservableCollection<ProfileInformation^>^ Profiles {
ObservableCollection<ProfileInformation^>^ get ();
void set (ObservableCollection<ProfileInformation^>^ value);
}
member Profiles : ObservableCollection<ProfileInformation> with get, set
Property Value
Type:
ObservableCollectionProfileInformation
The
Name represents the Name of the Profile, the
Value represents its location on the disk
See Also