public int TotalVisits { get; set; }
Public Property TotalVisits As Integer
public: property int TotalVisits { int get (); void set (int value); }