Click or drag to resize

ProfileInformationIsActive Property

Gets a value indicating whether the current profile is Active Profile

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool IsActive { get; }

Property Value

Type: Boolean
true if this instance is active; otherwise, false.
See Also