Returns a String that represents the text for this Element.

 public System.String Text{ get; }
Public ReadOnly Property Text() As String

          string text = e.Text;
        

          Dim text As String = e.Text