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; }
<DataMemberAttribute>
Public ReadOnly Property Responses As ObservableCollection(Of SavedResponse)
Get
public:
[DataMemberAttribute]
property ObservableCollection<SavedResponse^>^ Responses {
ObservableCollection<SavedResponse^>^ get ();
}
[<DataMemberAttribute>]
member Responses : ObservableCollection<SavedResponse> with 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