Click or drag to resize
ConfigurationReceivers Property
Gets a list of every receveiver that the program will listen to.

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

Property Value

Type: NotifyListReceiver
See Also