Click or drag to resize

AbstractTestItemIsSaved Property

Gets a value indicating whether this instance is saved.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static bool IsSaved { get; protected set; }

Property Value

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