Description
-
Holds collection of chat room settings.
Property type
-
A XMPPVars
object.
Syntax
-
object.Settings
The Settings Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPChatRoom. |
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.
|