Click or drag to resize

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; }

Return Value

Type: T
The value returned by the Act.
See Also