Public Property PageCount As Integer
public int PageCount { get; set; }
public: property int PageCount { int get (); void set (int value); }
function get_pageCount(); function set_pageCount(value);