int CurrentPage { get; set; }
Property CurrentPage As Integer Get Set
property int CurrentPage { int get (); void set (int value); }
abstract CurrentPage : int with get, set
In This Article