| ActTResult Property |
The returned value of the Act.
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public T Result { get; set; }
Public Property Result As T
Get
Set
public:
property T Result {
T get ();
void set (T value);
}
member Result : 'T with get, set
Return Value
Type:
T
The value returned by the Act.
See Also