Attributes Property
      
 

Description

Returns collection of attributes.


Property type

A XMPPTags object.  


Syntax

object.Attributes



The Attributes Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPTag.

Remarks

Provides you with collection of zero or more attributes contained in XML node. Each attribute element will contain Name and Value. For example, characters marked in red color will be contained in Attributes collection.

 

<message from='test@wippien.com/wodXMPP' to='test2@wippien.com' id='8786' type='chat'><body>test</body></message>