TestStepBaseRequestText Property |
Gets the Request Text from the related message, if the related message is null or empty, 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 RequestText { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property RequestText As String
Get
public:
[IgnoreDataMemberAttribute]
property String^ RequestText {
String^ get ();
}
[<IgnoreDataMemberAttribute>]
member RequestText : string with get
Property Value
Type:
String
The request text.
See Also