AbstractValueCompareAssertionResult Property |
Gets the result which compared to Expected Result
Namespace:
Hummingbird.TestFramework.Automation.Assertions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public string Result { get; protected set; }
<IgnoreDataMemberAttribute>
Public Property Result As String
Get
Protected Set
public:
[IgnoreDataMemberAttribute]
property String^ Result {
String^ get ();
protected: void set (String^ value);
}
[<IgnoreDataMemberAttribute>]
member Result : string with get, set
Property Value
Type:
String
The result.
See Also