setOrganizationPropertyValue

Description

Set the organization property value for the provided organization id, property key.

Parameters

Return Type

boolean

Returns true if the property was set and false otherwise.

Example

return setOrganizationPropertyValue(13, "TestProperty1", "TestValue");

Result: true

See also

Peacock