Click or drag to resize

ExtensionDefinitionVersion Property

Version of the current extension. Users can perform Upgrade or Downgrade if Hummingbird TestFramework's version matches.

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

Property Value

Type: Version
See Also