Click or drag to resize
IFeedManagerFeeds Property
Gets a collection of active and enabled feeds.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IFeed[] Feeds { get; }

Property Value

Type: IFeed
Remarks
If a feed has been disabled in the configuration then it is not included in this collection.
See Also