Back to product page

Services property


Returns collection of all services supported by the server.

Syntax

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

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