Click or drag to resize

AutomationProjectRequiredExtensions Property

Gets or sets the required extensions for the current AutomationProject

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<ExtensionDefinition> RequiredExtensions { get; set; }

Property Value

Type: ListExtensionDefinition
The required extensions.
See Also