AircraftReportJsonAircraft Property |
Gets or sets the object that describes the aircraft that is the subject of the report.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ReportAircraftJson Aircraft { get; set; }
Public Property Aircraft As ReportAircraftJson
Get
Set
public:
property ReportAircraftJson^ Aircraft {
ReportAircraftJson^ get ();
void set (ReportAircraftJson^ value);
}
member Aircraft : ReportAircraftJson with get, set
Property Value
Type:
ReportAircraftJsonSee Also