UpdateSimulationDataTestStepClean Property |
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool Clean { get; set; }
<DataMemberAttribute>
Public Property Clean As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool Clean {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member Clean : bool with get, set
Property Value
Type:
Booleantrue if remove existing replies of the same service; otherwise,
false, the reply will be added to existing profile.
See Also