Gets or sets news repeat columns.

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

Syntax

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

Property Value

Type: Int32

See Also