public int ElementBits { get; set; }
Public Property ElementBits As Integer Get Set
public: property int ElementBits { int get (); void set (int value); }
member ElementBits : int with get, set