IReceiverLocationsViewReceiverLocations Property |
Gets the full list of receiver locations.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<ReceiverLocation> ReceiverLocations { get; }
ReadOnly Property ReceiverLocations As List(Of ReceiverLocation)
Get
property List<ReceiverLocation^>^ ReceiverLocations {
List<ReceiverLocation^>^ get ();
}
abstract ReceiverLocations : List<ReceiverLocation> with get
Property Value
Type:
ListReceiverLocationSee Also