IFeedManagerFeeds Property |
Gets a collection of active and enabled feeds.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Feeds As IFeed()
Get
property array<IFeed^>^ Feeds {
array<IFeed^>^ get ();
}
abstract Feeds : IFeed[] with get
Property Value
Type:
IFeedRemarks
If a feed has been disabled in the configuration then it is not included in this collection.
See Also