Back to product page

Name property


Returns Tag name.

Type

String

Syntax

  • Basic
object.Name [= value]
The Name(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPTag
valueA String value.

Remarks

This property returns value contained name of opening and closing XML tag. For example, in following XML data, characters in red color are stored as tag names.

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

Please note that this property also holds Attributes's names, if this Tag is actually item in Attributes collection. In that case, from, to, id and type would be also tag names.

Platforms

Windows