Feedback

  • Contents
 

ChatObject.getAttribute Method

Definition

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

Syntax

ChatObject.getAttribute(Name);

Prototype

ChatObject.getAttribute(

  [in] string Name

  [out] string Value

)

Input Parameters

Name

The name of a chat object attribute (e.g., ChatID, StationName, Language) or a custom chat attribute.

Return Values

Value

The value of the requested attribute is returned as a string value (e.g., 1078924, KevinKPC, Spanish).