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; }
<DataMemberAttribute>
Public Property FrameworkVersion As Version
Get
Set
public:
[DataMemberAttribute]
property Version^ FrameworkVersion {
Version^ get ();
void set (Version^ value);
}
[<DataMemberAttribute>]
member FrameworkVersion : Version with get, set
Property Value
Type:
Version
The framework version.
See Also