VBDOM  

Element: text (get)

Returns the string representing the text contents of this node.

[Visual Basic]
 Public Property Get text ( ) As String

Return Values

String -  The text representation of the contents of the node.

Remarks

None

See Also

Class Element Overview | Element Members | setAttribute | text (let)