Description
-
Removes service from the collection.
Return Type
-
None
Syntax
-
object.Remove Service
The Remove Method syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPServices. |
| Service |
Required. A Variant value. An integer
number specifying service item in the collection.
String value specifies service JID. |
Remarks
-
Removes specified Item from the Services
collection. The Service parameter should be
an integer value, specifying an existing item in the
collection, or service JID.
|