MessageResponseObject Property |
An .NET object representation of the response. This member will not be saved in your Hummingbird profile
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public Object ResponseObject { get; set; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public Property ResponseObject As Object
Get
Set
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property Object^ ResponseObject {
Object^ get ();
void set (Object^ value);
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member ResponseObject : Object with get, set
Property Value
Type:
ObjectSee Also