Gets or sets if all channels are presented as one rss resource.

Note: True is default

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

Syntax

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

Property Value

Type: Boolean

See Also