Click or drag to resize

ProfileInformationIsDefault Property

Gets a value indicating whether the current profile is Default Profile

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

Property Value

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