ConfigurationReceivers Property |
Gets a list of every receveiver that the program will listen to.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<Receiver> Receivers { get; }
Public ReadOnly Property Receivers As NotifyList(Of Receiver)
Get
public:
property NotifyList<Receiver^>^ Receivers {
NotifyList<Receiver^>^ get ();
}
member Receivers : NotifyList<Receiver> with get
Property Value
Type:
NotifyListReceiverSee Also