Click or drag to resize

SettingsSetCustomParameter Method

Sets the custom parameter.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void SetCustomParameter(
	Guid StrongName,
	string Name,
	string Value
)

Parameters

StrongName
Type: SystemGuid
the StrongName of the parameter owner.
Name
Type: SystemString
The parameter name.
Value
Type: SystemString
The parameter value.
See Also