MergedFeedReceiverFlags Property |
Gets a list of settings stored against each receiver that is merged into this feed.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<MergedFeedReceiver> ReceiverFlags { get; }
Public ReadOnly Property ReceiverFlags As NotifyList(Of MergedFeedReceiver)
Get
public:
property NotifyList<MergedFeedReceiver^>^ ReceiverFlags {
NotifyList<MergedFeedReceiver^>^ get ();
}
member ReceiverFlags : NotifyList<MergedFeedReceiver> with get
Property Value
Type:
NotifyListMergedFeedReceiverRemarks
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