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
)
Public Sub SetCustomParameter (
StrongName As Guid,
Name As String,
Value As String
)
public:
void SetCustomParameter(
Guid StrongName,
String^ Name,
String^ Value
)
member SetCustomParameter :
StrongName : Guid *
Name : string *
Value : string -> unit
Parameters
- StrongName
- Type: SystemGuid
the StrongName of the parameter owner. - Name
- Type: SystemString
The parameter name. - Value
- Type: SystemString
The parameter value.
See Also