setCustomPropertyValue
Contents
[
Hide
]setCustomPropertyValue(String name, boolean value) function
Sets a named boolean custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | boolean | Custom property value |
setCustomPropertyValue(String name, int value) function
Sets a named integer custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | int | Custom property value |
setCustomPropertyValue(String name, Date value) function
Sets a named DateTime custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | Date | Custom property value |
setCustomPropertyValue(String name, String value) function
Sets a named string custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | String | Custom property value |
setCustomPropertyValue(String name, float value) function
Sets a named float custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | float | Custom property value |
setCustomPropertyValue(String name, double value) function
Sets a named double custom property.
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | Name of the custom property to set |
| value | double | Custom property value |