Back to product page

Settings property


Holds collection of chat room settings.

Type

XMPPVars object

Syntax

  • Basic
object.Settings [= value]
The Settings(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPChatRoom
valueXMPPVars object

Remarks

You can access list of variables that can be set for the chat room. You should retrieve them using GetSettings method, and store them back to the server using SaveSettings. If you want to show GUI to the user, you can use Show method.

Platforms

Windows