CurrentPage Property
Summary
(Read only) Gets the current page number.
Syntax
[DataMemberAttribute(Name="currentPage")]
public int CurrentPage { get; }
[DataMemberAttribute("currentPage")]
public:
property int CurrentPage {
int get();
}
Property Value
The current page number.