| ActBaseInstance Property |
The instance of the Act part of the test, if any.
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public Object Instance { get; }
Public ReadOnly Property Instance As Object
Get
public:
property Object^ Instance {
Object^ get ();
}
member Instance : Object with get
Property Value
Type:
ObjectRemarks
This property is null if the Act is for testing a static declaration.
See Also