Click or drag to resize

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; }

Property Value

Type: ObservableCollectionProfileInformation
The Name represents the Name of the Profile, the Value represents its location on the disk
See Also