Click or drag to resize

ActBaseMember Property

The MemberInfo of the Act prt of the test, if any.

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

Property Value

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