Method CreateValue
CreateValue(string, string)
Create a new profile property.
선언
public string CreateValue(string variableName, string defaultValue)
파라미터
타입 | 이름 | 설명 |
---|---|---|
string | variableName | The name of the property. |
string | defaultValue | The default value. |
반환
타입 | 설명 |
---|---|
string | The id of the created variable. |