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

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

Syntax

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

Property Value

Type: Boolean

Implements

IRssWebPart..::..RssEnabled

See Also