Click or drag to resize

ActBaseField Property

The FieldInfo of the Act part of the test, if any.

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public FieldInfo Field { get; }

Property Value

Type: FieldInfo
Remarks
This property is null if the Act is not for testing a field.
See Also