Click or drag to resize

ProfileSaveServiceParameter Method

Saves the service parameter.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void SaveServiceParameter(
	Guid servicename,
	string parameterName,
	string parameterValue
)

Parameters

servicename
Type: SystemGuid
The strong name of the service.
parameterName
Type: SystemString
Name of the parameter.
parameterValue
Type: SystemString
The parameter value.
See Also