SettingsIsFirstRun Property |
Gets a value indicating whether the application is launched for the first time.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool IsFirstRun { get; set; }
Public Property IsFirstRun As Boolean
Get
Set
public:
property bool IsFirstRun {
bool get ();
void set (bool value);
}
member IsFirstRun : bool with get, set
Property Value
Type:
Booleantrue if the application is launched for the first time; otherwise,
false.
See Also