PageSize Property (CollectionViewRequest<T>)
In This Topic
The page size.
Syntax
'Declaration
Public Property PageSize As System.Integer
'Usage
Dim instance As CollectionViewRequest(Of T)
Dim value As System.Integer
instance.PageSize = value
value = instance.PageSize
public System.int PageSize {get; set;}
public read-write property PageSize: System.Integer;
public function get,set PageSize : System.int
public: __property System.int get_PageSize();
public: __property void set_PageSize(
System.int value
);
public:
property System.int PageSize {
System.int get();
void set ( System.int value);
}
See Also