Click or drag to resize

AutomationProjectFrameworkVersion Property

Gets or sets the Version of the Test Framework that this automation project is created.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Version FrameworkVersion { get; set; }

Property Value

Type: Version
The framework version.
See Also