ConfigurationMergedFeeds Property |
Gets a list of the merged feeds of receivers that the program will maintain.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<MergedFeed> MergedFeeds { get; }
Public ReadOnly Property MergedFeeds As NotifyList(Of MergedFeed)
Get
public:
property NotifyList<MergedFeed^>^ MergedFeeds {
NotifyList<MergedFeed^>^ get ();
}
member MergedFeeds : NotifyList<MergedFeed> with get
Property Value
Type:
NotifyListMergedFeedSee Also