ReportItemResponseText Property |
Gets or sets the response text.
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string ResponseText { get; set; }
<DataMemberAttribute>
Public Property ResponseText As String
Get
Set
public:
[DataMemberAttribute]
property String^ ResponseText {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ResponseText : string with get, set
Property Value
Type:
String
The response text.
See Also