Gets or sets the read more page Note: If left blank news content is opened on same page

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

Syntax

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

Property Value

Type: Guid

See Also