Back to product page

Available property


Determines if service is currently available.

Type

Boolean

Syntax

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

Remarks

Holds information on availability of the service. If service is available, True will be returned. If unavailable, False will be returned.

Platforms

Windows