AirportDataThumbnailsJsonThumbnails Property |
Gets the list of thumbnails retrieved from the server.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<AirportDataThumbnailJson> Thumbnails { get; }
Public ReadOnly Property Thumbnails As List(Of AirportDataThumbnailJson)
Get
public:
property List<AirportDataThumbnailJson^>^ Thumbnails {
List<AirportDataThumbnailJson^>^ get ();
}
member Thumbnails : List<AirportDataThumbnailJson> with get
Property Value
Type:
ListAirportDataThumbnailJsonSee Also