Method SetValue
SetValue(string, string, string)
Set the value of a variable for a specified profile.
선언
public void SetValue(string profileId, string variableName, string val)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | profileId | The profile id. |
string | variableName | The property name. |
string | val | The value to set the property. |