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