Back to product page

Remove method


Removes service from the collection.

Syntax

  • Basic
object.Remove (Service)
The Remove(object,Service) syntax has these parts:
objectAn expression evaluating to an object of type XMPPServices
ServiceA 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.

Platforms

Windows