Click or drag to resize

ActBaseProperty Property

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

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

Property Value

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