Click or drag to resize

ExtensionDefinitionMinFrameworkVersion Property

Minimum version of Hummingbird Test Framework where the extension can work. if the value is empty, the minimum version is 1.0.0

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

Property Value

Type: Version
See Also