Get or set the read page Note: If left blank news content is opened on same page

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

Syntax

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

Property Value

Type: Guid

See Also