Feedback

  • Contents
 

ChatObject.setAttribute Method

Definition

This method sets the value of the specified chat object attribute.

Syntax

ChatObject.setAttribute(Name, Value);

Prototype

ChatObject.setAttribute(

  [in] string Name,  

  [in] string Value

)

Input Parameters

Name

The name of a chat object attribute (e.g., ChatID, StationName, Language), or the name of a custom (user-defined) call attribute.

Value

The value that will be assigned to the specified chat object attribute (e.g., 1078924, KevinKPC, Spanish).

Return Values

None.