Back to product page

Services property


Returns list of services that support chat rooms.

Type

XMPPServices object

Syntax

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

Remarks

This property will allow you direct access to all services supported by the server, as XMPPServices collection. It will return any specific Item in collection by specifying it's index, and enable you to iterate thru the whole collection.

Platforms

Windows