SavedRequestIsSavedByUser Property |
Indicate if the current SavedRequest is saved automatically or intendedly saved by the user.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool IsSavedByUser { get; set; }
Public Property IsSavedByUser As Boolean
Get
Set
public:
property bool IsSavedByUser {
bool get ();
void set (bool value);
}
member IsSavedByUser : bool with get, set
Property Value
Type:
BooleanSee Also