Click or drag to resize

UpdateSimulationDataTestStepResponses Property

Gets or sets the responses to update. The Saved Responses is related to the Service indicated by the ServiceMetadataId

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<SavedResponse> Responses { get; }

Property Value

Type: ObservableCollectionSavedResponse
The responses.
Remarks
It is possible to update multiple Responses about the same service, it is not possible to update data for different services.
See Also