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