Click or drag to resize

SettingsGetCustomParameter Method

returns the value of the parameter in string, if the parameter does not found, returns null

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

Parameters

StrongName
Type: SystemGuid
Guid, the strong name of the components.
Name
Type: SystemString
The name of the parameter.

Return Value

Type: String
The value of the given parameter. If the parameter name does not exist, the returned value will be null.
See Also