| ActBaseProperty Property |
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public PropertyInfo Property { get; }
Public ReadOnly Property Property As PropertyInfo
Get
public:
property PropertyInfo^ Property {
PropertyInfo^ get ();
}
member Property : PropertyInfo with get
Property Value
Type:
PropertyInfoRemarks
This property is null if the Act is not for testing a property.
See Also