ReportAircraftJsonAircraftClass Property |
Gets or sets the aircraft's 'class' - can't find out what this actually is! Still report it though.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AircraftClass { get; set; }
Public Property AircraftClass As String
Get
Set
public:
property String^ AircraftClass {
String^ get ();
void set (String^ value);
}
member AircraftClass : string with get, set
Property Value
Type:
StringSee Also