Gets or sets Pager page size.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public int PageSize { get; set; }
Visual Basic
Public Property PageSize As Integer
	Get
	Set
Visual C++
public:
property int PageSize {
	int get ();
	void set (int value);
}

See Also