Method CreateValue
CreateValue(String, String)
Create a new profile property.
Declaration
public string CreateValue(string variableName, string defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variableName | The name of the property. |
| String | defaultValue | The default value. |
Returns
| Type | Description |
|---|---|
| String | The id of the created variable. |