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; }
Public ReadOnly Property IsDefault As Boolean
Get
public:
property bool IsDefault {
bool get ();
}
member IsDefault : bool with get
Property Value
Type:
Booleantrue if this instance is default profile; otherwise,
false.
See Also