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; }
Public Property CustomParameters As List(Of CustomParameter)
Get
Set
public:
property List<CustomParameter^>^ CustomParameters {
List<CustomParameter^>^ get ();
void set (List<CustomParameter^>^ value);
}
member CustomParameters : List<CustomParameter> with get, set
Property Value
Type:
ListCustomParameterSee Also