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