Gets or sets if Rss Engine should use this Web part RSS channels.

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

Syntax

C#
bool RssEnabled { get; set; }
Visual Basic
Property RssEnabled As Boolean
	Get
	Set
Visual C++
property bool RssEnabled {
	bool get ();
	void set (bool value);
}
F#
abstract RssEnabled : bool with get, set

Property Value

Type: Boolean

See Also