pageIndex property

int? pageIndex
getter/setter pair

分页页码,默认为0,0代表第一页,1代表第二页,以此类推

Implementation

int? pageIndex;