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. |