Description
Returns anint
that represents the number of characters in this Element.
C#
public int Length{ get ; } |
vb.net
Public ReadOnly Property Length() As Integer |
Examples
C#
int length = e.Length; |
vb.net
Dim length As Integer = e.Length |