TestStepBaseResponseText Property |
Gets the response text from the related message, if the related message is null the return value is null
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public string ResponseText { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property ResponseText As String
Get
public:
[IgnoreDataMemberAttribute]
property String^ ResponseText {
String^ get ();
}
[<IgnoreDataMemberAttribute>]
member ResponseText : string with get
Property Value
Type:
String
The response text.
See Also