setCustomPropertyValue

setCustomPropertyValue(String name, boolean value) function

Sets a named boolean custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valuebooleanCustom property value

setCustomPropertyValue(String name, int value) function

Sets a named integer custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valueintCustom property value

setCustomPropertyValue(String name, Date value) function

Sets a named DateTime custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valueDateCustom property value

setCustomPropertyValue(String name, String value) function

Sets a named string custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valueStringCustom property value

setCustomPropertyValue(String name, float value) function

Sets a named float custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valuefloatCustom property value

setCustomPropertyValue(String name, double value) function

Sets a named double custom property.

Parameters

NameTypeDescription
nameStringName of the custom property to set
valuedoubleCustom property value