Returns an int that represents the number of characters in this Element.

 public int Length{ get; }
Public ReadOnly Property Length() As Integer

          int length = e.Length;
        

          Dim length As Integer = e.Length