Click or drag to resize

UpdateSimulationDataTestStepClean Property

Gets or sets a value indicating whether to clean the replies this UpdateSimulationDataTestStep is clean.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool Clean { get; set; }

Property Value

Type: Boolean
true if remove existing replies of the same service; otherwise, false, the reply will be added to existing profile.
See Also