Active Property
      
 

Description

Returns True if chat room is active.


Property type

A Boolean value.  


Syntax

object.Active



The Active Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPChatRoom.

Remarks

Active property will return True if chat room is available, and you are its member.


Back to product page