Click or drag to resize

SettingsCustomParameters Property

Saves the custom parameters and its values requested by the components. StrongName is a GUID value represents such components

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public List<CustomParameter> CustomParameters { get; set; }

Property Value

Type: ListCustomParameter
See Also