ConfigurationReceiverLocations Property |
Gets a list of every receiver location recorded by the user.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public NotifyList<ReceiverLocation> ReceiverLocations { get; }
Public ReadOnly Property ReceiverLocations As NotifyList(Of ReceiverLocation)
Get
public:
property NotifyList<ReceiverLocation^>^ ReceiverLocations {
NotifyList<ReceiverLocation^>^ get ();
}
member ReceiverLocations : NotifyList<ReceiverLocation> with get
Property Value
Type:
NotifyListReceiverLocationSee Also