Description
-
Returns reference to the service.
Property type
-
A XMPPService
object.
Syntax
-
object.Item(Service)
The Item Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPServices. |
| Service |
Required. A Variant value. Variant
value representing specific service item. |
Remarks
-
This Property will return reference to specific item
in services collection. The specific services
referenced depends on the Service parameter
that you provide. Service parameter can be an Integer
number, representing index number that exists in
collection, or String value representing service's
JID.
|