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