Click or drag to resize
MergedFeedReceiverFlags Property
Gets a list of settings stored against each receiver that is merged into this feed.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public NotifyList<MergedFeedReceiver> ReceiverFlags { get; }

Property Value

Type: NotifyListMergedFeedReceiver
Remarks
See the comments against ReceiverIds. The configuration GUI is reponsible for adding and removing entries in this list. There may be entries in this list that are not in ReceiverIds, in which case those entries should be ignored. This list is subordinate to ReceiverIds, it only carries extra information that could not be held by ReceiverIds without breaking backwards compatibility.
See Also