Description
-
Returns reference to the identity.
Property type
-
A XMPPIdentity
object.
Syntax
-
object.Item(ID)
The Item Property syntax has these parts:
| object |
An expression evaluating to an object
of type XMPPIdentities. |
| ID |
Required. A Variant value.
Variant value representing an identity item
in Collection. |
Remarks
-
This Property will return a reference to specific
item in Identities Collection. The specific Identity
referenced depends on the ID parameter that you
provide. ID should be String value specifying Identity
name, or Integer value, pointing to a specific Identity
index number.
|