Click or drag to resize

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

Property Value

Type: Boolean
true if the application is launched for the first time; otherwise, false.
See Also