Back to product page

RemoveAll method


Removes all Variables from the collection.

Syntax

  • Basic
object.RemoveAll()
The RemoveAll(object) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVars

Remarks

This method will delete all the items from the XMPPVars collection. After calling this method, the collection will be empty. If you wish to add new items, you should use Add method.

Platforms

Windows