Method SetValue
SetValue(string, string, string)
Set the value of a variable for a specified profile.
Declaration
public void SetValue(string profileId, string variableName, string val)
Parameters
| Type | Name | Description |
|---|---|---|
| string | profileId | The profile id. |
| string | variableName | The property name. |
| string | val | The value to set the property. |