TestStepBaseResponseObject Property |
Gets the response object.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public Object ResponseObject { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property ResponseObject As Object
Get
public:
[IgnoreDataMemberAttribute]
property Object^ ResponseObject {
Object^ get ();
}
[<IgnoreDataMemberAttribute>]
member ResponseObject : Object with get
Property Value
Type:
Object
The response object.
See Also