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; }
Public Shared Property IsSaved As Boolean
Get
Protected Set
public:
static property bool IsSaved {
bool get ();
protected: void set (bool value);
}
static member IsSaved : bool with get, set
Property Value
Type:
Booleantrue if this instance is saved; otherwise,
false.
See Also