Add Method
      
 

Description

Adds new Variable to the collection.


Return Type

A XMPPVar object.  


Syntax

object.Add (Variable)



The Add Method syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPVars.
Variable Required. A String value.

Remarks

This method will add a new contact to your XMPPVars Collection. Accepts string value for Variable parameter. Variable parameter should be the Name of the variable you wish to add into a collection.