AircraftDetailPicture Property |
Gets or sets information about the picture associated with the aircraft. This can be null if
no picture has been found for the aircraft (yet).
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PictureDetail Picture { get; set; }
Public Property Picture As PictureDetail
Get
Set
public:
property PictureDetail^ Picture {
PictureDetail^ get ();
void set (PictureDetail^ value);
}
member Picture : PictureDetail with get, set
Property Value
Type:
PictureDetailSee Also