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