Gets or sets topic pager page size.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Int32

See Also