BT action that assigns a value to the specified agent's property. BTSetAgentProperty assigns the specified [member value] to the agent's property identified by the [member property] and returns [code]SUCCESS[/code]. Optionally, it can perform a specific [member operation] before assignment. Returns [code]FAILURE[/code] if it fails to set the property. Specifies the operation to be performed before assignment. Operation is executed as follows: [code]property = property OPERATION value[/code] Parameter that specifies the agent's property name. Parameter that specifies the value that will be assigned to agent's property.