Click or drag to resize

MessageResponseText Property

Text representation of the response message. This message is often serialized in XML, JSON or Text form ResponseObject

Namespace:  Hummingbird.TestFramework.Messaging
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string ResponseText { get; set; }

Property Value

Type: String
See Also