SettingsActiveProfile Property |
Gets or sets the active profile used for Manual testing
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ActiveProfile { get; set; }
Public Property ActiveProfile As String
Get
Set
public:
property String^ ActiveProfile {
String^ get ();
void set (String^ value);
}
member ActiveProfile : string with get, set
Property Value
Type:
String
The name of the active profile.
See Also