Gets or sets a current page.

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

Syntax

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

Property Value

Type: Page

See Also